mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 21:37:24 +02:00
Compare commits
4 Commits
6558d851eb
...
a69592ec66
Author | SHA1 | Date | |
---|---|---|---|
a69592ec66 | |||
31a92c9127 | |||
d92c2a9251 | |||
86a24a41ef |
@ -122,7 +122,7 @@ repos:
|
||||
|
||||
# prettier, opinionated code formatter
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: "v4.0.0-alpha.1"
|
||||
rev: "v4.0.0-alpha.3"
|
||||
hooks:
|
||||
- id: prettier
|
||||
# These are handled by Black below or pretty-format-json above
|
||||
|
@ -64,6 +64,7 @@ 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",
|
||||
@ -76,3 +77,12 @@ 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