Update 'user.js'

This commit is contained in:
Narsil 2022-05-12 08:46:15 +00:00
parent ec4186b414
commit ce3bfbec6c
1 changed files with 2 additions and 2 deletions

View File

@ -483,8 +483,8 @@ user_pref("network.http.referer.XOriginTrimmingPolicy", 2);
// Disable spoofing a referer
// user_pref("network.http.referer.spoofSource", false);
// -------------------------------------
// Enable the DNT (Do Not Track) HTTP header
user_pref("privacy.donottrackheader.enabled", false);
// Disable Global Privacy Control feature
user_pref("privacy.GPCheader.enabled", false);
// -------------------------------------
// Block authentication-locked cross-origin image subresources by default to prevent spurious auth prompts
// user_pref("network.auth.subresource-http-img-XO-auth", true);