mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 13:17:38 +02:00
Compare commits
3 Commits
e4d223ab42
...
8972519b77
Author | SHA1 | Date | |
---|---|---|---|
8972519b77 | |||
121aedd2ff | |||
d37d9e8019 |
@ -33,6 +33,9 @@ defaultPref("privacy.donottrackheader.value", 1);
|
||||
// canvas and I want to appear as a Finnish Linux user rather than English
|
||||
// Windows NT one (telemetry, voting vs spying).
|
||||
defaultPref("privacy.resistFingerprinting", false);
|
||||
// Or I could excempt things from it? Other than it not overriding timezone.
|
||||
//defaultPref("privacy.resistFingerprinting.testGranularityMask", 4);
|
||||
//defaultPref("privacy.resistFingerprinting.exemptedDomains", "jarkkaa.fi,*.element.io,*.google.com");
|
||||
|
||||
// Enable letterboxing
|
||||
defaultPref("privacy.resistFingerprinting.letterboxing", true);
|
||||
|
@ -49,6 +49,10 @@
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/new-tab-suspender/latest.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
},
|
||||
"{73a6fe31-595d-460b-a920-fcc0f8843232}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/noscript/latest.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
},
|
||||
"{b11bea1f-a888-4332-8d8a-cec2be7d24b9}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/torproject-snowflake/latest.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
|
@ -21,6 +21,12 @@
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"doojmbjmlfjjnbmnoijecmcbfeoakpjm": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"eimadpbcbfnmbkopoojfekhnkhdbieeh": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user