mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-05 13:47:20 +02:00
Compare commits
2 Commits
cc901111e3
...
321a776a4e
Author | SHA1 | Date | |
---|---|---|---|
321a776a4e | |||
edda6b400a |
@ -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);
|
||||
|
@ -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",
|
||||
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"IPFSEnabled": false
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user