From 977ec661ca7334d22f8e08093fd3f00da7f0b15b Mon Sep 17 00:00:00 2001 From: Johan <12563436+Dyras@users.noreply.github.com> Date: Wed, 3 Apr 2024 08:06:57 +0200 Subject: [PATCH] Add S to DNS over HTTP in FeatureManifest.yaml Signed-off-by: Johan <12563436+Dyras@users.noreply.github.com> --- toolkit/components/nimbus/FeatureManifest.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/toolkit/components/nimbus/FeatureManifest.yaml b/toolkit/components/nimbus/FeatureManifest.yaml index 2cae50d2fa882..5a803926c43b1 100644 --- a/toolkit/components/nimbus/FeatureManifest.yaml +++ b/toolkit/components/nimbus/FeatureManifest.yaml @@ -1228,20 +1228,20 @@ dohPrefs: setPref: "network.trr_ui.show_fallback_warning_option" dooh: - description: "DNS over Oblivious HTTP" + description: "DNS over Oblivious HTTPS" owner: vgosu@mozilla.com hasExposure: false variables: ohttpEnabled: - description: Whether to use Oblivious HTTP for the resolution + description: Whether to use Oblivious HTTPS for the resolution type: boolean setPref: "network.trr.use_ohttp" ohttpRelayUri: - description: The URL of the Oblivious HTTP relay + description: The URL of the Oblivious HTTPS relay type: string setPref: "network.trr.ohttp.relay_uri" ohttpConfigUri: - description: The URL used to fetch the configuration of the Oblivious HTTP gateway + description: The URL used to fetch the configuration of the Oblivious HTTPS gateway type: string setPref: "network.trr.ohttp.config_uri" ohttpUri: @@ -1561,4 +1561,4 @@ opaqueResponseBlocking: description: >- If we partially or wholly allow audio and video MIME types in conflict with spec. type: int - setPref: "browser.opaqueResponseBlocking.mediaExceptionsStrategy" \ No newline at end of file + setPref: "browser.opaqueResponseBlocking.mediaExceptionsStrategy"