mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-03-06 14:40:37 +01:00
firefox: is it animation.mode or animation_mode? TODO
TODO: Which is it?
This commit is contained in:
parent
edda6b400a
commit
321a776a4e
@ -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);
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user