commit ffced9b4c00082d329f0d39d53e5d116ea968563
parent 0b3395b52017a30377bb429bc377cb119674f4ed
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Sat, 17 Mar 2018 02:27:39 +0000
2676: disable CSP security violation events
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/user.js b/user.js
@@ -1346,6 +1346,9 @@ user_pref("security.csp.experimentalEnabled", true);
* [2] https://www.wordfence.com/blog/2017/01/gmail-phishing-data-uri/
* [3] https://www.fxsitecompat.com/en-CA/docs/2017/data-url-navigations-on-top-level-window-will-be-blocked/ ***/
user_pref("security.data_uri.block_toplevel_data_uri_navigations", true);
+/* 2676: disable CSP security violation events
+ * [1] https://developer.mozilla.org/en-US/docs/Web/API/SecurityPolicyViolationEvent ***/
+user_pref("security.csp.enable_violation_events", false);
/*** 2700: PERSISTENT STORAGE
Data SET by websites including