firefox: move DoH excluded domains here

This commit is contained in:
Aminda Suomalainen 2024-05-14 09:12:21 +03:00
parent beee380a30
commit fd22af5142
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 5 additions and 0 deletions

View File

@ -81,6 +81,11 @@
}, },
"DNSOverHTTPS": { "DNSOverHTTPS": {
"Enabled": true, "Enabled": true,
"ExcludedDomains": [
"http.badssl.com",
"norwegianwifi.com"
],
"Fallback": true,
"Locked": true, "Locked": true,
"ProviderURL": "https://dns11.quad9.net/dns-query" "ProviderURL": "https://dns11.quad9.net/dns-query"
}, },