Compare commits

..

No commits in common. "7cdb1591bcca3a4248d17529cecfab70df052686" and "9313a886d38e9dc49dc444a8e10e942d0543b84e" have entirely different histories.

4 changed files with 25 additions and 13 deletions

View File

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

View File

@ -12,7 +12,7 @@
"trustedSiteDirectives": [
"chrome-extension-scheme",
"challenges.cloudflare.com",
"www.ecosia.org",
"ecosia.org",
"firefox.com",
"google.com",
"mail.google.com",
@ -39,16 +39,14 @@
"ublock-privacy",
"easyprivacy",
"FIN-0",
"ublock-quick-fixes",
"plowe-0",
"adguard-spyware-url"
"ublock-quick-fixes"
]
}
},
"ddkjiahejlhfcafbddmgiahcphecmpfh": {
"disableFirstRunPage": true,
"noFiltering": [
"www.ecosia.org",
"ecosia.org",
"cloudflare.com",
"google.com",
"mail.google.com"
@ -86,7 +84,15 @@
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
"checkForDNTPolicy": true,
"disabledSites": [
"www.ecosia.org"
"challenges.cloudflare.com",
"*.challenges.cloudflare.com",
"chrome-extension-scheme",
"ecosia.org",
"*.ecosia.org",
"keyoxide.org",
"moz-extension-scheme",
"research.cloudflare.com",
"*.research.cloudflare.com"
],
"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="TERM=tmux-256color \tmux -2u"
alias tmux="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="TERM=tmux-256color \tmux -2u"
alias tmux="tmux -2u"
alias attach="tmux attach-session"
alias detach="tmux detach"