From b54857d74ce00c159e86892cb88cbffd7cc8f91f Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 20 Dec 2025 09:56:05 +0200 Subject: [PATCH] chromium: mostly remove single-provider doh policies --- etc/opt/chromium/policies/managed/doh-adguard-family.json | 4 ---- etc/opt/chromium/policies/managed/doh-adguard-unfiltered.json | 4 ---- etc/opt/chromium/policies/managed/doh-cloudflare-secure.json | 1 - .../chromium/policies/managed/doh-cloudflare-security.json | 4 ---- etc/opt/chromium/policies/managed/doh-dns4eu-noads.json | 4 ---- etc/opt/chromium/policies/managed/doh-dns4eu.json | 4 ---- etc/opt/chromium/policies/managed/doh-google.json | 4 ---- etc/opt/chromium/policies/managed/doh-mullvad-base.json | 4 ---- .../policies/managed/{doh-adguard.json => doh-noads.json} | 2 +- .../policies/managed/doh-quad9-dns4eu-cloudflare.json | 4 ++++ .../managed/{doh-quad9-ecs.json => doh-quad9-dns4eu.json} | 2 +- etc/opt/chromium/policies/managed/doh-quad9.json | 4 ---- etc/opt/chromium/policies/managed/doh-unlocked-unset.json | 2 +- 13 files changed, 7 insertions(+), 36 deletions(-) delete mode 100644 etc/opt/chromium/policies/managed/doh-adguard-family.json delete mode 100644 etc/opt/chromium/policies/managed/doh-adguard-unfiltered.json delete mode 120000 etc/opt/chromium/policies/managed/doh-cloudflare-secure.json delete mode 100644 etc/opt/chromium/policies/managed/doh-cloudflare-security.json delete mode 100644 etc/opt/chromium/policies/managed/doh-dns4eu-noads.json delete mode 100644 etc/opt/chromium/policies/managed/doh-dns4eu.json delete mode 100644 etc/opt/chromium/policies/managed/doh-google.json delete mode 100644 etc/opt/chromium/policies/managed/doh-mullvad-base.json rename etc/opt/chromium/policies/managed/{doh-adguard.json => doh-noads.json} (52%) create mode 100644 etc/opt/chromium/policies/managed/doh-quad9-dns4eu-cloudflare.json rename etc/opt/chromium/policies/managed/{doh-quad9-ecs.json => doh-quad9-dns4eu.json} (52%) delete mode 100644 etc/opt/chromium/policies/managed/doh-quad9.json diff --git a/etc/opt/chromium/policies/managed/doh-adguard-family.json b/etc/opt/chromium/policies/managed/doh-adguard-family.json deleted file mode 100644 index 7718684e..00000000 --- a/etc/opt/chromium/policies/managed/doh-adguard-family.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "DnsOverHttpsMode": "secure", - "DnsOverHttpsTemplates": "https://family.adguard-dns.com/dns-query?dns" -} diff --git a/etc/opt/chromium/policies/managed/doh-adguard-unfiltered.json b/etc/opt/chromium/policies/managed/doh-adguard-unfiltered.json deleted file mode 100644 index de5f6f46..00000000 --- a/etc/opt/chromium/policies/managed/doh-adguard-unfiltered.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "DnsOverHttpsMode": "secure", - "DnsOverHttpsTemplates": "https://unfiltered.adguard-dns.com/dns-query?dns" -} diff --git a/etc/opt/chromium/policies/managed/doh-cloudflare-secure.json b/etc/opt/chromium/policies/managed/doh-cloudflare-secure.json deleted file mode 120000 index 3e5f890d..00000000 --- a/etc/opt/chromium/policies/managed/doh-cloudflare-secure.json +++ /dev/null @@ -1 +0,0 @@ -doh-cloudflare-security.json \ No newline at end of file diff --git a/etc/opt/chromium/policies/managed/doh-cloudflare-security.json b/etc/opt/chromium/policies/managed/doh-cloudflare-security.json deleted file mode 100644 index e633382c..00000000 --- a/etc/opt/chromium/policies/managed/doh-cloudflare-security.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "DnsOverHttpsMode": "secure", - "DnsOverHttpsTemplates": "https://security.cloudflare-dns.com/dns-query?dns" -} diff --git a/etc/opt/chromium/policies/managed/doh-dns4eu-noads.json b/etc/opt/chromium/policies/managed/doh-dns4eu-noads.json deleted file mode 100644 index ebb1dd2b..00000000 --- a/etc/opt/chromium/policies/managed/doh-dns4eu-noads.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "DnsOverHttpsMode": "secure", - "DnsOverHttpsTemplates": "https://noads.joindns4.eu/dns-query?dns" -} diff --git a/etc/opt/chromium/policies/managed/doh-dns4eu.json b/etc/opt/chromium/policies/managed/doh-dns4eu.json deleted file mode 100644 index e331648c..00000000 --- a/etc/opt/chromium/policies/managed/doh-dns4eu.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "DnsOverHttpsMode": "secure", - "DnsOverHttpsTemplates": "https://protective.joindns4.eu/dns-query?dns" -} diff --git a/etc/opt/chromium/policies/managed/doh-google.json b/etc/opt/chromium/policies/managed/doh-google.json deleted file mode 100644 index 434be310..00000000 --- a/etc/opt/chromium/policies/managed/doh-google.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "DnsOverHttpsMode": "secure", - "DnsOverHttpsTemplates": "https://dns.google/dns-query?dns" -} diff --git a/etc/opt/chromium/policies/managed/doh-mullvad-base.json b/etc/opt/chromium/policies/managed/doh-mullvad-base.json deleted file mode 100644 index 5629260c..00000000 --- a/etc/opt/chromium/policies/managed/doh-mullvad-base.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "DnsOverHttpsMode": "secure", - "DnsOverHttpsTemplates": "https://base.dns.mullvad.net/dns-query?dns" -} diff --git a/etc/opt/chromium/policies/managed/doh-adguard.json b/etc/opt/chromium/policies/managed/doh-noads.json similarity index 52% rename from etc/opt/chromium/policies/managed/doh-adguard.json rename to etc/opt/chromium/policies/managed/doh-noads.json index b2643c29..a913b136 100644 --- a/etc/opt/chromium/policies/managed/doh-adguard.json +++ b/etc/opt/chromium/policies/managed/doh-noads.json @@ -1,4 +1,4 @@ { "DnsOverHttpsMode": "secure", - "DnsOverHttpsTemplates": "https://dns.adguard-dns.com/dns-query?dns" + "DnsOverHttpsTemplates": "https://dns.adguard-dns.com/dns-query?dns https://noads.joindns4.eu/dns-query?dns https://base.dns.mullvad.net/dns-query?dns" } diff --git a/etc/opt/chromium/policies/managed/doh-quad9-dns4eu-cloudflare.json b/etc/opt/chromium/policies/managed/doh-quad9-dns4eu-cloudflare.json new file mode 100644 index 00000000..bda28033 --- /dev/null +++ b/etc/opt/chromium/policies/managed/doh-quad9-dns4eu-cloudflare.json @@ -0,0 +1,4 @@ +{ + "DnsOverHttpsMode": "secure", + "DnsOverHttpsTemplates": "https://dns11.quad9.net/dns-query?dns https://dns11.quad9.net:5053/dns-query?dns https://protective.joindns4.eu/dns-query?dns https://security.cloudflare-dns.com/dns-query?dns" +} diff --git a/etc/opt/chromium/policies/managed/doh-quad9-ecs.json b/etc/opt/chromium/policies/managed/doh-quad9-dns4eu.json similarity index 52% rename from etc/opt/chromium/policies/managed/doh-quad9-ecs.json rename to etc/opt/chromium/policies/managed/doh-quad9-dns4eu.json index a0c7d145..5b0100df 100644 --- a/etc/opt/chromium/policies/managed/doh-quad9-ecs.json +++ b/etc/opt/chromium/policies/managed/doh-quad9-dns4eu.json @@ -1,4 +1,4 @@ { "DnsOverHttpsMode": "secure", - "DnsOverHttpsTemplates": "https://dns11.quad9.net/dns-query?dns https://dns11.quad9.net:5053/dns-query?dns" + "DnsOverHttpsTemplates": "https://dns11.quad9.net/dns-query?dns https://dns11.quad9.net:5053/dns-query?dns https://protective.joindns4.eu/dns-query?dns" } diff --git a/etc/opt/chromium/policies/managed/doh-quad9.json b/etc/opt/chromium/policies/managed/doh-quad9.json deleted file mode 100644 index 9a228a64..00000000 --- a/etc/opt/chromium/policies/managed/doh-quad9.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "DnsOverHttpsMode": "secure", - "DnsOverHttpsTemplates": "https://dns.quad9.net/dns-query?dns https://dns.quad9.net:5053/dns-query?dns" -} diff --git a/etc/opt/chromium/policies/managed/doh-unlocked-unset.json b/etc/opt/chromium/policies/managed/doh-unlocked-unset.json index 922ef0df..c4283db7 100644 --- a/etc/opt/chromium/policies/managed/doh-unlocked-unset.json +++ b/etc/opt/chromium/policies/managed/doh-unlocked-unset.json @@ -1,3 +1,3 @@ { - "DnsOverHttpsMode": "secure" + "DnsOverHttpsMode": "automatic" }