chromium: add dns-over-https.json.badidea and declare it as a bad idea

This commit is contained in:
Aminda Suomalainen 2024-04-25 13:57:01 +03:00
parent 861b35c25f
commit f87c4899b6
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,5 @@
root = false
[*.badidea]
indent_style = space
indent_size = 2

View File

@ -0,0 +1 @@
dns-over-https.json.badidea linguist-language=json

View File

@ -0,0 +1,9 @@
{
"comment": "This is a bad idea, because I don't know other DNS servers that
perform DNSSEC in addition to DNS-over-HTTPS, I just know these two do and
Quad9 doesn't. This would otherwise be the unbound.conf.d/dns-over-tls.conf
equivalent.",
"DnsOverHttpsMode": "automatic",
"DnsOverHttpsTemplates": "https://open.dns0.eu/
https://doh.applied-privacy.net/query"
}