Compare commits

...

3 Commits

Author SHA1 Message Date
7cdb1591bc
{chromium,firefox}#uBo: enable plowe-0 and adguard-spyware-url
The former is a default I had accidentally disabled, the second is
suggested by Privacy Guides and Arkenfox that my eyes had jumped
over before.
2025-02-12 13:51:09 +02:00
d7bebdb78d
{bash,zsh}rc: cheat tmux alias by setting TERM 2025-02-12 09:50:45 +02:00
30f745bfbe
{chromium,firefox}: cleanup allowlisting 2025-02-12 09:19:26 +02:00
4 changed files with 13 additions and 25 deletions

View File

@ -5,15 +5,7 @@
"jid1-MnnxcxisBPnSXQ-eff@jetpack": { "jid1-MnnxcxisBPnSXQ-eff@jetpack": {
"checkForDNTPolicy": true, "checkForDNTPolicy": true,
"disabledSites": [ "disabledSites": [
"challenges.cloudflare.com", "www.ecosia.org"
"*.challenges.cloudflare.com",
"chrome-extension-scheme",
"ecosia.org",
"*.ecosia.org",
"keyoxide.org",
"moz-extension-scheme",
"research.cloudflare.com",
"*.research.cloudflare.com"
], ],
"learnInIncognito": true, "learnInIncognito": true,
"learnLocally": true, "learnLocally": true,
@ -44,7 +36,7 @@
"trustedSiteDirectives": [ "trustedSiteDirectives": [
"chrome-extension-scheme", "chrome-extension-scheme",
"challenges.cloudflare.com", "challenges.cloudflare.com",
"ecosia.org", "www.ecosia.org",
"firefox.com", "firefox.com",
"google.com", "google.com",
"mail.google.com", "mail.google.com",
@ -71,7 +63,9 @@
"ublock-privacy", "ublock-privacy",
"easyprivacy", "easyprivacy",
"FIN-0", "FIN-0",
"ublock-quick-fixes" "ublock-quick-fixes",
"plowe-0",
"adguard-spyware-url"
] ]
} }
}, },

View File

@ -12,7 +12,7 @@
"trustedSiteDirectives": [ "trustedSiteDirectives": [
"chrome-extension-scheme", "chrome-extension-scheme",
"challenges.cloudflare.com", "challenges.cloudflare.com",
"ecosia.org", "www.ecosia.org",
"firefox.com", "firefox.com",
"google.com", "google.com",
"mail.google.com", "mail.google.com",
@ -39,14 +39,16 @@
"ublock-privacy", "ublock-privacy",
"easyprivacy", "easyprivacy",
"FIN-0", "FIN-0",
"ublock-quick-fixes" "ublock-quick-fixes",
"plowe-0",
"adguard-spyware-url"
] ]
} }
}, },
"ddkjiahejlhfcafbddmgiahcphecmpfh": { "ddkjiahejlhfcafbddmgiahcphecmpfh": {
"disableFirstRunPage": true, "disableFirstRunPage": true,
"noFiltering": [ "noFiltering": [
"ecosia.org", "www.ecosia.org",
"cloudflare.com", "cloudflare.com",
"google.com", "google.com",
"mail.google.com" "mail.google.com"
@ -84,15 +86,7 @@
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": { "pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
"checkForDNTPolicy": true, "checkForDNTPolicy": true,
"disabledSites": [ "disabledSites": [
"challenges.cloudflare.com", "www.ecosia.org"
"*.challenges.cloudflare.com",
"chrome-extension-scheme",
"ecosia.org",
"*.ecosia.org",
"keyoxide.org",
"moz-extension-scheme",
"research.cloudflare.com",
"*.research.cloudflare.com"
], ],
"learnInIncognito": true, "learnInIncognito": true,
"learnLocally": true, "learnLocally": true,

View File

@ -379,7 +379,7 @@ alias rscp='rsync -h --progress -avz '
alias rscpr='rsync -h --progress -azvv ' alias rscpr='rsync -h --progress -azvv '
# TMUX specific # TMUX specific
alias tmux="tmux -2u" alias tmux="TERM=tmux-256color \tmux -2u"
alias attach="tmux attach-session" alias attach="tmux attach-session"
alias detach="tmux detach" alias detach="tmux detach"

View File

@ -343,7 +343,7 @@ alias rscp='rsync -h --progress -avz '
alias rscpr='rsync -h --progress -azvv ' alias rscpr='rsync -h --progress -azvv '
# TMUX specific # TMUX specific
alias tmux="tmux -2u" alias tmux="TERM=tmux-256color \tmux -2u"
alias attach="tmux attach-session" alias attach="tmux attach-session"
alias detach="tmux detach" alias detach="tmux detach"