Compare commits

..

5 Commits

5 changed files with 25 additions and 9 deletions

View File

@ -20,11 +20,14 @@
"checkForDNTPolicy": true, "checkForDNTPolicy": true,
"disabledSites": [ "disabledSites": [
"challenges.cloudflare.com", "challenges.cloudflare.com",
"*.challenges.cloudflare.com",
"chrome-extension-scheme", "chrome-extension-scheme",
"ecosia.org", "ecosia.org",
"*.ecosia.org",
"keyoxide.org", "keyoxide.org",
"moz-extension-scheme", "moz-extension-scheme",
"research.cloudflare.com" "research.cloudflare.com",
"*.research.cloudflare.com"
], ],
"learnInIncognito": true, "learnInIncognito": true,
"learnLocally": true, "learnLocally": true,
@ -66,7 +69,12 @@
"https://raw.githubusercontent.com/olbat/ut1-blacklists/master/blacklists/malware/domains", "https://raw.githubusercontent.com/olbat/ut1-blacklists/master/blacklists/malware/domains",
"curben-phishing", "curben-phishing",
"ublock-filters", "ublock-filters",
"easylist" "easylist",
"ublock-quick-fixes",
"ublock-privacy",
"easyprivacy",
"FIN-0",
"https://big.oisd.nl/"
] ]
} }
} }
@ -144,7 +152,7 @@
}, },
"peertube-companion@booteille": { "peertube-companion@booteille": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/peertube-companion/latest.xpi", "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": { "plasma-browser-integration@kde.org": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/plasma-integration/latest.xpi", "install_url": "https://addons.mozilla.org/firefox/downloads/latest/plasma-integration/latest.xpi",
@ -165,7 +173,7 @@
}, },
"{3c078156-979c-498b-8990-85f7987dd929}": { "{3c078156-979c-498b-8990-85f7987dd929}": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/sidebery/latest.xpi", "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}": { "{446900e4-71c2-419f-a6a7-df9c091e268b}": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi", "install_url": "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi",

View File

@ -37,7 +37,12 @@
"https://raw.githubusercontent.com/olbat/ut1-blacklists/master/blacklists/malware/domains", "https://raw.githubusercontent.com/olbat/ut1-blacklists/master/blacklists/malware/domains",
"curben-phishing", "curben-phishing",
"ublock-filters", "ublock-filters",
"easylist" "easylist",
"ublock-quick-fixes",
"ublock-privacy",
"easyprivacy",
"FIN-0",
"https://big.oisd.nl/"
] ]
} }
}, },
@ -59,11 +64,14 @@
"checkForDNTPolicy": true, "checkForDNTPolicy": true,
"disabledSites": [ "disabledSites": [
"challenges.cloudflare.com", "challenges.cloudflare.com",
"*.challenges.cloudflare.com",
"chrome-extension-scheme", "chrome-extension-scheme",
"ecosia.org", "ecosia.org",
"*.ecosia.org",
"keyoxide.org", "keyoxide.org",
"moz-extension-scheme", "moz-extension-scheme",
"research.cloudflare.com" "research.cloudflare.com",
"*.research.cloudflare.com"
], ],
"learnInIncognito": true, "learnInIncognito": true,
"learnLocally": true, "learnLocally": true,

View File

@ -1,5 +1,5 @@
{ {
"AbusiveExperienceInterventionEnforce": 1, "AbusiveExperienceInterventionEnforce": true,
"AdvancedProtectionAllowed": true, "AdvancedProtectionAllowed": true,
"SafeBrowsingExtendedReportingEnabled": true, "SafeBrowsingExtendedReportingEnabled": true,
"SafeBrowsingProtectionLevel": 2, "SafeBrowsingProtectionLevel": 2,

View File

@ -1,5 +1,5 @@
{ {
"AbusiveExperienceInterventionEnforce": 1, "AbusiveExperienceInterventionEnforce": true,
"SafeBrowsingProtectionLevel": 1, "SafeBrowsingProtectionLevel": 1,
"SafeBrowsingProxiedRealTimeChecksAllowed": true "SafeBrowsingProxiedRealTimeChecksAllowed": true
} }

View File

@ -3,7 +3,7 @@
remote-control: remote-control:
# Enable remote control with unbound-control(8) here. # Enable remote control with unbound-control(8) here.
# set up the keys and certificates with unbound-control-setup. # set up the keys and certificates with unbound-control-setup.
control-enable: no control-enable: yes
# what interfaces are listened to for remote control. # what interfaces are listened to for remote control.
# give 0.0.0.0 and ::0 to listen to all interfaces. # give 0.0.0.0 and ::0 to listen to all interfaces.