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

View File

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

View File

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

View File

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