Compare commits

..

2 Commits

Author SHA1 Message Date
e7e386bb27
firefox: reveal HttpUserAgent
I am tired of constantly seeing Windows and suggestions for Windows app everywhere, while HTTP User Agent is supposedly deprecated in favour of NavigatorUserAgent
2024-06-22 14:02:47 +03:00
87f058ebfa
{firefox,chromium}: fix Bitwarden configuration
Resolves: Bitwarden/Clients#9745
2024-06-22 13:59:57 +03:00
3 changed files with 6 additions and 4 deletions

View File

@ -82,7 +82,7 @@ lockPref("privacy.fingerprintingProtection", true);
//lockPref("privacy.fingerprintingProtection", false); //lockPref("privacy.fingerprintingProtection", false);
pref( pref(
"privacy.fingerprintingProtection.overrides", "privacy.fingerprintingProtection.overrides",
"+AllTargets,-KeyboardEvents,-SpeechSynthesis,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-NavigatorUserAgent,-JSDateTimeUTC", "+AllTargets,-KeyboardEvents,-SpeechSynthesis,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-NavigatorUserAgent,-JSDateTimeUTC,-HttpUserAgent",
); );
//clearPref("privacy.fingerprintingProtection.overrides"); //clearPref("privacy.fingerprintingProtection.overrides");
lockPref("privacy.fingerprintingProtection.pbmode", true); lockPref("privacy.fingerprintingProtection.pbmode", true);

View File

@ -90,7 +90,8 @@
}, },
"{446900e4-71c2-419f-a6a7-df9c091e268b}": { "{446900e4-71c2-419f-a6a7-df9c091e268b}": {
"environment": { "environment": {
"base": "https://bitwarden.eu" "base": "https://vault.bitwarden.eu",
"notifications": "https://notifications.bitwarden.eu"
} }
} }
} }
@ -744,7 +745,7 @@
"Comment": "Preference not allowed for stability reasons. :( https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargets.inc", "Comment": "Preference not allowed for stability reasons. :( https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargets.inc",
"Status": "locked", "Status": "locked",
"Type": "string", "Type": "string",
"Value": "+AllTargets,-KeyboardEvents,-SpeechSynthesis,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-NavigatorUserAgent,-JSDateTimeUTC" "Value": "+AllTargets,-KeyboardEvents,-SpeechSynthesis,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-NavigatorUserAgent,-JSDateTimeUTC,-HttpUserAgent"
}, },
"privacy.fingerprintingProtection.pbmode": { "privacy.fingerprintingProtection.pbmode": {
"Comment": "Preference not allowed for stability reasons. :(", "Comment": "Preference not allowed for stability reasons. :(",

View File

@ -72,7 +72,8 @@
}, },
"nngceckbapebfimnlniiiahkandclblb": { "nngceckbapebfimnlniiiahkandclblb": {
"environment": { "environment": {
"base": "https://bitwarden.eu" "base": "https://vault.bitwarden.eu",
"notifications": "https://notifications.bitwarden.eu"
} }
}, },
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": { "pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {