From 171db805e01f4d6acc64c6402c566f3ed5b54d05 Mon Sep 17 00:00:00 2001 From: Valentin Gosu Date: Sat, 13 Apr 2024 09:10:20 +0000 Subject: [PATCH] Bug 1890999 - Add network.dns.native_https_query to the feature manifest to allow experimentation Differential Revision: https://phabricator.services.mozilla.com/D207266 --- toolkit/components/nimbus/FeatureManifest.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/toolkit/components/nimbus/FeatureManifest.yaml b/toolkit/components/nimbus/FeatureManifest.yaml index 7fe74137dcfe..c540e0e38772 100644 --- a/toolkit/components/nimbus/FeatureManifest.yaml +++ b/toolkit/components/nimbus/FeatureManifest.yaml @@ -1571,6 +1571,12 @@ dohPrefs: setPref: branch: default pref: "network.trr_ui.show_fallback_warning_option" + nativeHTTPSRecords: + description: Whether we can perform native DNS HTTPS lookups + type: boolean + setPref: + branch: default + pref: "network.dns.native_https_query" dooh: description: "DNS over Oblivious HTTP" -- 2.11.4.GIT