forked from Narsil/palemoon_user.js
Upload files to ''
This commit is contained in:
parent
e02b856dff
commit
00cc27955e
4
user.js
4
user.js
|
@ -742,6 +742,10 @@ user_pref("browser.download.hide_plugins_without_extensions", false);
|
||||||
// Enforce CSP (Content Security Policy)
|
// Enforce CSP (Content Security Policy)
|
||||||
user_pref("security.csp.enable", true);
|
user_pref("security.csp.enable", true);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
|
// Disable CSP reports
|
||||||
|
user_pref("security.csp.speccompliant", false);
|
||||||
|
user_pref("security.signed_content.CSP.default", "");
|
||||||
|
// -------------------------------------
|
||||||
// Disable JAR from opening Unsafe File Types
|
// Disable JAR from opening Unsafe File Types
|
||||||
user_pref("network.jar.open-unsafe-types", false);
|
user_pref("network.jar.open-unsafe-types", false);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue