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": { "jid1-MnnxcxisBPnSXQ-eff@jetpack": {
"checkForDNTPolicy": true, "checkForDNTPolicy": true,
"disabledSites": [ "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, "learnInIncognito": true,
"learnLocally": true, "learnLocally": true,
@ -36,7 +44,7 @@
"trustedSiteDirectives": [ "trustedSiteDirectives": [
"chrome-extension-scheme", "chrome-extension-scheme",
"challenges.cloudflare.com", "challenges.cloudflare.com",
"www.ecosia.org", "ecosia.org",
"firefox.com", "firefox.com",
"google.com", "google.com",
"mail.google.com", "mail.google.com",
@ -63,9 +71,7 @@
"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",
"www.ecosia.org", "ecosia.org",
"firefox.com", "firefox.com",
"google.com", "google.com",
"mail.google.com", "mail.google.com",
@ -39,16 +39,14 @@
"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": [
"www.ecosia.org", "ecosia.org",
"cloudflare.com", "cloudflare.com",
"google.com", "google.com",
"mail.google.com" "mail.google.com"
@ -86,7 +84,15 @@
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": { "pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
"checkForDNTPolicy": true, "checkForDNTPolicy": true,
"disabledSites": [ "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, "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="TERM=tmux-256color \tmux -2u" alias tmux="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="TERM=tmux-256color \tmux -2u" alias tmux="tmux -2u"
alias attach="tmux attach-session" alias attach="tmux attach-session"
alias detach="tmux detach" alias detach="tmux detach"