firefox: enable GPC signal
This commit is contained in:
parent
9861075cb6
commit
b905ec7370
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ user_pref("network.dns.disablePrefetch", true); // Disable DNS prefetching
|
|||
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.globalprivacycontrol.enabled", true); // Enable GPC signal
|
||||
user_pref("privacy.globalprivacycontrol.functionality.enabled", true); // Enable GPC signal
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue