mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-06 22:27:20 +02:00
Compare commits
No commits in common. "321a776a4e72ff9ddcc43dec780dfb0b3ca05c9b" and "cc901111e3ab372bfd12de7b5dff2d009cf4bce7" have entirely different histories.
321a776a4e
...
cc901111e3
@ -58,9 +58,8 @@ lockPref(
|
||||
// );
|
||||
clearPref("font.system.whitelist");
|
||||
|
||||
// Play animated images only once, accessibility. TODO: Which is the correct one? Update policies.json too!
|
||||
// Play animated images only once, accessibility.
|
||||
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,12 +567,6 @@
|
||||
"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",
|
||||
|
@ -0,0 +1,3 @@
|
||||
{
|
||||
"IPFSEnabled": false
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user