mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-21 05:47:23 +02:00
Compare commits
No commits in common. "a69592ec66f502058f55dd4c8d36aa4bf6e5bd91" and "6558d851eb0522ff4ce96b2d90df7fd983831c0b" have entirely different histories.
a69592ec66
...
6558d851eb
@ -122,7 +122,7 @@ repos:
|
||||
|
||||
# prettier, opinionated code formatter
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: "v4.0.0-alpha.3"
|
||||
rev: "v4.0.0-alpha.1"
|
||||
hooks:
|
||||
- id: prettier
|
||||
# These are handled by Black below or pretty-format-json above
|
||||
|
@ -64,7 +64,6 @@ defaultPref("network.trr.uri", "https://dns0.eu");
|
||||
defaultPref("network.trr.disable-ECS", false);
|
||||
defaultPref("network.dns.echconfig.enabled", true);
|
||||
defaultPref("network.dns.use_https_rr_as_altsvc", true);
|
||||
defaultPref("network.trr.exclude-etc-hosts", false);
|
||||
defaultPref(
|
||||
"network.trr.excluded-domains",
|
||||
"http.badssl.com,norwegianwifi.com",
|
||||
@ -77,12 +76,3 @@ defaultPref("layout.css.devPixelsPerPx", "1.5");
|
||||
// https://github.com/JimmXinu/FanFicFare/wiki/BrowserCacheFeature
|
||||
defaultPref("browser.cache.disk.enable", true);
|
||||
defaultPref("browser.cache.memory.enable", true);
|
||||
|
||||
// Block cookie banners. Warning: may result to auto-accepting cookies.
|
||||
// https://www.ghacks.net/2022/12/24/configure-firefox-to-reject-cookie-banners-automatically/
|
||||
defaultPref("cookiebanners.service.mode", 2);
|
||||
defaultPref("cookiebanners.service.mode.privateBrowsing", 2);
|
||||
defaultPref("cookiebanners.bannerClicking.enabled", true);
|
||||
|
||||
// Attempt to keep last line empty just in case
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user