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. "3adab86b9ad8f7f4783ee576fcce297495521d8c" and "051028a5913a1cf690846343a1c2fd49973eaf1a" have entirely different histories.
3adab86b9a
...
051028a591
@ -113,7 +113,7 @@ repos:
|
||||
|
||||
# Easierish licensing when attempting reuse compliancy
|
||||
- repo: https://github.com/fsfe/reuse-tool
|
||||
rev: v3.0.1
|
||||
rev: v2.1.0
|
||||
hooks:
|
||||
- id: reuse
|
||||
|
||||
|
@ -18,11 +18,6 @@
|
||||
// sure if this also caused weird developery seeming errors about timezones.
|
||||
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/
|
||||
defaultPref("browser.contentblocking.category", "standard");
|
||||
|
||||
// Enable letterboxing
|
||||
defaultPref("privacy.resistFingerprinting.letterboxing", true);
|
||||
|
||||
@ -67,8 +62,8 @@ defaultPref("reader.parse-on-load.force-enabled", true);
|
||||
|
||||
// TRR & ECH
|
||||
// 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", 3);
|
||||
defaultPref("network.trr.mode", 2);
|
||||
defaultPref("network.trr.early-AAAA", true);
|
||||
defaultPref("network.trr.uri", "https://dns0.eu");
|
||||
// NOTE: ECH requires TRR, so mode 2 may not use it.
|
||||
@ -95,10 +90,5 @@ defaultPref("cookiebanners.service.mode", 2);
|
||||
defaultPref("cookiebanners.service.mode.privateBrowsing", 2);
|
||||
defaultPref("cookiebanners.bannerClicking.enabled", true);
|
||||
|
||||
// Start from homepage, don't restore the previous session (excluding pinned tabs)'
|
||||
defaultPref("browser.startup.page", 1);
|
||||
// Simplified DDG experience without prompts for extension and all
|
||||
defaultPref("browser.startup.homepage", "https://start.duckduckgo.com");
|
||||
|
||||
// Attempt to keep last line empty just in case
|
||||
//
|
||||
|
@ -1,7 +1,5 @@
|
||||
[Resolve]
|
||||
DNSSEC=yes
|
||||
DNS=103.86.96.100 103.86.99.100
|
||||
Domains=~.
|
||||
DNSOverTLS=no
|
||||
Cache=yes
|
||||
DNS=2400:bb40:4444::103 2400:bb40:8888::103 ::1
|
||||
DNS=103.86.96.100 103.86.99.100 127.0.0.1
|
||||
Domains=~.
|
||||
|
Loading…
x
Reference in New Issue
Block a user