firefox: disable file:// strict origin policy
This commit is contained in:
parent
a58b3ed2c4
commit
e6740e2802
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ user_pref("network.predictor.enabled", false); // Disable network predictor
|
|||
user_pref("network.prefetch-next", false); // Disable link prefetching
|
||||
user_pref("network.trr.mode", 5); // Disable DNS-over-HTTPS
|
||||
user_pref("privacy.history.custom", true); // Enable custom history settings
|
||||
user_pref("security.fileuri.strict_origin_policy", false); // Allow file:// URLs to load other files as same-origin
|
||||
user_pref("security.OCSP.enabled", 0); // Disable OCSP certificate revocation checks
|
||||
user_pref("signon.rememberSignons", false); // Do not offer to remember logins
|
||||
user_pref("view_source.wrap_long_lines", true); // Wrap long lines in View Source
|
||||
|
|
Loading…
Add table
Reference in a new issue