Upload files to "testing"
This commit is contained in:
parent
60cecfcc42
commit
7ecf8268ea
|
@ -736,6 +736,7 @@ user_pref("security.csp.enable", true);
|
||||||
// Disable CSP reports
|
// Disable CSP reports
|
||||||
user_pref("security.csp.speccompliant", false);
|
user_pref("security.csp.speccompliant", false);
|
||||||
user_pref("security.signed_content.CSP.default", "");
|
user_pref("security.signed_content.CSP.default", "");
|
||||||
|
user_pref("security.csp.reporting.enabled", false);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// 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