Compare commits

...

2 Commits

3 changed files with 8 additions and 4 deletions

View File

@ -58,8 +58,9 @@ lockPref(
// );
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");
// Spoof en-US as language to scripts
lockPref("javascript.use_us_english_locale", true);

View File

@ -567,6 +567,12 @@
"Type": "string",
"Value": "once"
},
"image.animation_mode": {
"Comment": "Preference not allowed for stability reasons. :(",
"Status": "default",
"Type": "string",
"Value": "once"
},
"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.",
"Status": "clear",

View File

@ -1,3 +0,0 @@
{
"IPFSEnabled": false
}