diff --git a/firefox/60-dns_over_https.yml b/firefox/60-dns_over_https.yml new file mode 100644 index 00000000..754f2a8b --- /dev/null +++ b/firefox/60-dns_over_https.yml @@ -0,0 +1,8 @@ +%YAML 1.2 +--- +version: 1.1 + +dns_over_https: # DNS over HTTPS + + enable_dns_over_https: false # Enable DNS over HTTPS +...