mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-19 04:47:19 +02:00
Compare commits
5 Commits
e234098138
...
48fa3b4eb2
Author | SHA1 | Date | |
---|---|---|---|
48fa3b4eb2 | |||
0796ee504d | |||
d3f5c00251 | |||
5c5901d815 | |||
379e15afcc |
@ -20,11 +20,14 @@
|
||||
"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,
|
||||
@ -66,7 +69,12 @@
|
||||
"https://raw.githubusercontent.com/olbat/ut1-blacklists/master/blacklists/malware/domains",
|
||||
"curben-phishing",
|
||||
"ublock-filters",
|
||||
"easylist"
|
||||
"easylist",
|
||||
"ublock-quick-fixes",
|
||||
"ublock-privacy",
|
||||
"easyprivacy",
|
||||
"FIN-0",
|
||||
"https://big.oisd.nl/"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -144,7 +152,7 @@
|
||||
},
|
||||
"peertube-companion@booteille": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/peertube-companion/latest.xpi",
|
||||
"installation_mode": "default_installed"
|
||||
"installation_mode": "normal_installed"
|
||||
},
|
||||
"plasma-browser-integration@kde.org": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/plasma-integration/latest.xpi",
|
||||
@ -165,7 +173,7 @@
|
||||
},
|
||||
"{3c078156-979c-498b-8990-85f7987dd929}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/sidebery/latest.xpi",
|
||||
"installation_mode": "default_installed"
|
||||
"installation_mode": "normal_installed"
|
||||
},
|
||||
"{446900e4-71c2-419f-a6a7-df9c091e268b}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi",
|
||||
|
@ -37,7 +37,12 @@
|
||||
"https://raw.githubusercontent.com/olbat/ut1-blacklists/master/blacklists/malware/domains",
|
||||
"curben-phishing",
|
||||
"ublock-filters",
|
||||
"easylist"
|
||||
"easylist",
|
||||
"ublock-quick-fixes",
|
||||
"ublock-privacy",
|
||||
"easyprivacy",
|
||||
"FIN-0",
|
||||
"https://big.oisd.nl/"
|
||||
]
|
||||
}
|
||||
},
|
||||
@ -59,11 +64,14 @@
|
||||
"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": 1,
|
||||
"AbusiveExperienceInterventionEnforce": true,
|
||||
"AdvancedProtectionAllowed": true,
|
||||
"SafeBrowsingExtendedReportingEnabled": true,
|
||||
"SafeBrowsingProtectionLevel": 2,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"AbusiveExperienceInterventionEnforce": 1,
|
||||
"AbusiveExperienceInterventionEnforce": true,
|
||||
"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: no
|
||||
control-enable: yes
|
||||
|
||||
# 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