aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/sniffer.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ng/sniffer.js')
-rw-r--r--src/ng/sniffer.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ng/sniffer.js b/src/ng/sniffer.js
index 3249b816..5389dc86 100644
--- a/src/ng/sniffer.js
+++ b/src/ng/sniffer.js
@@ -28,7 +28,9 @@ function $SnifferProvider() {
}
return eventSupport[event];
- }
+ },
+ // TODO(i): currently there is no way to feature detect CSP without triggering alerts
+ csp: false
};
}];
}