From e8c02278eb6b37a81060a798ca703d8416601fed Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sat, 17 Mar 2018 06:36:08 +0000 Subject: [PATCH] 2676: forgot FF version --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index 91880e2..a560964 100644 --- a/user.js +++ b/user.js @@ -1346,7 +1346,7 @@ 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 violation events +/* 2676: disable CSP violation events (FF59+) * [1] https://developer.mozilla.org/docs/Web/API/SecurityPolicyViolationEvent ***/ user_pref("security.csp.enable_violation_events", false);