firefox: is it animation.mode or animation_mode? TODO

TODO: Which is it?
This commit is contained in:
Aminda Suomalainen 2025-02-21 20:37:33 +02:00
parent edda6b400a
commit 321a776a4e
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 8 additions and 1 deletions

View File

@ -58,8 +58,9 @@ lockPref(
// ); // );
clearPref("font.system.whitelist"); clearPref("font.system.whitelist");
// Play animated images only once, accessibility. // Play animated images only once, accessibility. TODO: Which is the correct one? Update policies.json too!
lockPref("image.animation.mode", "once"); lockPref("image.animation.mode", "once");
lockPref("image.animation_mode", "once");
// Spoof en-US as language to scripts // Spoof en-US as language to scripts
lockPref("javascript.use_us_english_locale", true); lockPref("javascript.use_us_english_locale", true);

View File

@ -567,6 +567,12 @@
"Type": "string", "Type": "string",
"Value": "once" "Value": "once"
}, },
"image.animation_mode": {
"Comment": "Preference not allowed for stability reasons. :(",
"Status": "default",
"Type": "string",
"Value": "once"
},
"intl.accept_languages": { "intl.accept_languages": {
"Comment": "Cleared for Firefox default depending on locale. I am revealing timezone and as most users don't visit fingerprinting sites, this may result in fitting the local mass better.", "Comment": "Cleared for Firefox default depending on locale. I am revealing timezone and as most users don't visit fingerprinting sites, this may result in fitting the local mass better.",
"Status": "clear", "Status": "clear",