From 5b6263a23ffb6a0b2d83cbcb856d60dd96d62fcc Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Mon, 1 Dec 2025 22:22:06 +0100 Subject: [PATCH] [tutorial v1.1_100] A boolean variable --- firefox/60-dns_over_https.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 firefox/60-dns_over_https.yml 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 +...