mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-19 04:47:19 +02:00
Compare commits
No commits in common. "48fa3b4eb22a0c3d22e4fa058f0414665f863716" and "e23409813841c425acd2e8e12f838534f723021f" have entirely different histories.
48fa3b4eb2
...
e234098138
@ -20,14 +20,11 @@
|
||||
"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"
|
||||
"research.cloudflare.com"
|
||||
],
|
||||
"learnInIncognito": true,
|
||||
"learnLocally": true,
|
||||
@ -69,12 +66,7 @@
|
||||
"https://raw.githubusercontent.com/olbat/ut1-blacklists/master/blacklists/malware/domains",
|
||||
"curben-phishing",
|
||||
"ublock-filters",
|
||||
"easylist",
|
||||
"ublock-quick-fixes",
|
||||
"ublock-privacy",
|
||||
"easyprivacy",
|
||||
"FIN-0",
|
||||
"https://big.oisd.nl/"
|
||||
"easylist"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -152,7 +144,7 @@
|
||||
},
|
||||
"peertube-companion@booteille": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/peertube-companion/latest.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
"installation_mode": "default_installed"
|
||||
},
|
||||
"plasma-browser-integration@kde.org": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/plasma-integration/latest.xpi",
|
||||
@ -173,7 +165,7 @@
|
||||
},
|
||||
"{3c078156-979c-498b-8990-85f7987dd929}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/sidebery/latest.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
"installation_mode": "default_installed"
|
||||
},
|
||||
"{446900e4-71c2-419f-a6a7-df9c091e268b}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi",
|
||||
|
@ -37,12 +37,7 @@
|
||||
"https://raw.githubusercontent.com/olbat/ut1-blacklists/master/blacklists/malware/domains",
|
||||
"curben-phishing",
|
||||
"ublock-filters",
|
||||
"easylist",
|
||||
"ublock-quick-fixes",
|
||||
"ublock-privacy",
|
||||
"easyprivacy",
|
||||
"FIN-0",
|
||||
"https://big.oisd.nl/"
|
||||
"easylist"
|
||||
]
|
||||
}
|
||||
},
|
||||
@ -64,14 +59,11 @@
|
||||
"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"
|
||||
"research.cloudflare.com"
|
||||
],
|
||||
"learnInIncognito": true,
|
||||
"learnLocally": true,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"AbusiveExperienceInterventionEnforce": true,
|
||||
"AbusiveExperienceInterventionEnforce": 1,
|
||||
"AdvancedProtectionAllowed": true,
|
||||
"SafeBrowsingExtendedReportingEnabled": true,
|
||||
"SafeBrowsingProtectionLevel": 2,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"AbusiveExperienceInterventionEnforce": true,
|
||||
"AbusiveExperienceInterventionEnforce": 1,
|
||||
"SafeBrowsingProtectionLevel": 1,
|
||||
"SafeBrowsingProxiedRealTimeChecksAllowed": true
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
remote-control:
|
||||
# Enable remote control with unbound-control(8) here.
|
||||
# set up the keys and certificates with unbound-control-setup.
|
||||
control-enable: yes
|
||||
control-enable: no
|
||||
|
||||
# what interfaces are listened to for remote control.
|
||||
# give 0.0.0.0 and ::0 to listen to all interfaces.
|
||||
|
Loading…
x
Reference in New Issue
Block a user