mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 20:59:23 +01:00
LibreAwoo: remove comments I don't need
This commit is contained in:
parent
e7f137f282
commit
5cf73211ac
@ -4,26 +4,12 @@
|
|||||||
// https://librewolf.net/docs/settings/
|
// https://librewolf.net/docs/settings/
|
||||||
// Also incorporates some of https://aminda.eu/browser-extensions#firefox-aboutconfig
|
// Also incorporates some of https://aminda.eu/browser-extensions#firefox-aboutconfig
|
||||||
|
|
||||||
// Disable privacy.resistFingerprinting, use CanvasBlocker
|
// I would like to use this, but forced light mode is a dealbreaker
|
||||||
// as requested to consider by LibreWolf documentation. Alternatively I think
|
// (floaters), UTC makes Mobilizon difficult, Privacy Badger blocks 3rd party
|
||||||
// PrivacyBadger is enough considering it blocks canvas from third party sites.
|
// canvas and I want to appear as a Finnish Linux user rather than English
|
||||||
// I consider Telemetry closer to voting than spying and I have no desire to
|
// Windows NT one (telemetry, voting vs spying).
|
||||||
// vote for Windows NT as the universal operating system to be supported by
|
|
||||||
// everyone or English to be the only language in the world.
|
|
||||||
// Additionally I get migraines and suffer from floaters when staring at
|
|
||||||
// bright light screen so much and it's just easier to disable this than
|
|
||||||
// continuously click around Midnight Lizard or similar.
|
|
||||||
// Note that this also BREAKS Mobilizon through enforced UTC and thus all
|
|
||||||
// timezones will be three hours off unless caution is exercised. I am not
|
|
||||||
// sure if this also caused weird developery seeming errors about timezones.
|
|
||||||
defaultPref("privacy.resistFingerprinting", false);
|
defaultPref("privacy.resistFingerprinting", false);
|
||||||
|
|
||||||
// Disable strict tracking protection for Ad Nauseam, don't use this without
|
|
||||||
// it. Via https://github.com/dhowe/AdNauseam/issues/1747#issuecomment-1397068835
|
|
||||||
// https://addons.mozilla.org/firefox/addon/adnauseam/
|
|
||||||
// DO NOT DO THIS! https://codeberg.org/librewolf/issues/issues/1439
|
|
||||||
//defaultPref("browser.contentblocking.category", "standard");
|
|
||||||
|
|
||||||
// Note to self on disabling protection of Mozilla pages. This may be a
|
// Note to self on disabling protection of Mozilla pages. This may be a
|
||||||
// LibreWolf default so thus commented:
|
// LibreWolf default so thus commented:
|
||||||
// via https://www.ghacks.net/2017/10/27/how-to-enable-firefox-webextensions-on-mozilla-websites/
|
// via https://www.ghacks.net/2017/10/27/how-to-enable-firefox-webextensions-on-mozilla-websites/
|
||||||
@ -33,12 +19,6 @@ defaultPref("privacy.resistFingerprinting", false);
|
|||||||
// Enable letterboxing
|
// Enable letterboxing
|
||||||
defaultPref("privacy.resistFingerprinting.letterboxing", true);
|
defaultPref("privacy.resistFingerprinting.letterboxing", true);
|
||||||
|
|
||||||
// Stricter cross-origin policy.
|
|
||||||
//defaultPref("network.http.referer.XOriginPolicy", 2);
|
|
||||||
|
|
||||||
// Enable WebGL
|
|
||||||
//defaultPref("webgl.disabled", false);
|
|
||||||
|
|
||||||
// Enable Firefox accounts
|
// Enable Firefox accounts
|
||||||
defaultPref("identity.fxaccounts.enabled", true);
|
defaultPref("identity.fxaccounts.enabled", true);
|
||||||
|
|
||||||
@ -46,8 +26,6 @@ defaultPref("identity.fxaccounts.enabled", true);
|
|||||||
// - Goal: let Element Web & co stay logged in
|
// - Goal: let Element Web & co stay logged in
|
||||||
defaultPref("privacy.clearOnShutdown.cache", false);
|
defaultPref("privacy.clearOnShutdown.cache", false);
|
||||||
defaultPref("privacy.clearOnShutdown.cookies", false);
|
defaultPref("privacy.clearOnShutdown.cookies", false);
|
||||||
//defaultPref("privacy.clearOnShutdown.downloads", false);
|
|
||||||
//defaultPref("privacy.clearOnShutdown.formdata", false);
|
|
||||||
defaultPref("privacy.clearOnShutdown.history", false);
|
defaultPref("privacy.clearOnShutdown.history", false);
|
||||||
defaultPref("privacy.clearOnShutdown.offlineApps", false);
|
defaultPref("privacy.clearOnShutdown.offlineApps", false);
|
||||||
defaultPref("privacy.clearOnShutdown.openWindows", false);
|
defaultPref("privacy.clearOnShutdown.openWindows", false);
|
||||||
@ -74,8 +52,8 @@ defaultPref("reader.parse-on-load.force-enabled", true);
|
|||||||
|
|
||||||
// TRR & ECH
|
// TRR & ECH
|
||||||
// Mode 2 allows fallback to system resolver, 3 is TTR-only
|
// Mode 2 allows fallback to system resolver, 3 is TTR-only
|
||||||
defaultPref("network.trr.mode", 3);
|
|
||||||
//defaultPref("network.trr.mode", 2);
|
//defaultPref("network.trr.mode", 2);
|
||||||
|
defaultPref("network.trr.mode", 3);
|
||||||
defaultPref("network.trr.early-AAAA", true);
|
defaultPref("network.trr.early-AAAA", true);
|
||||||
defaultPref("network.trr.uri", "https://dns0.eu");
|
defaultPref("network.trr.uri", "https://dns0.eu");
|
||||||
//defaultPref("network.trr.uri", "https://dns.adguard-dns.com/dns-query");
|
//defaultPref("network.trr.uri", "https://dns.adguard-dns.com/dns-query");
|
||||||
|
Loading…
Reference in New Issue
Block a user