1
Fork 0

firefox: disable file:// strict origin policy

This commit is contained in:
Alan Faubert 2022-09-20 08:36:52 -04:00
parent a58b3ed2c4
commit e6740e2802

View file

@ -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