Skip to content

Commit

Permalink
Add S to DNS over HTTP in FeatureManifest.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Johan <[email protected]>
  • Loading branch information
Dyras committed Apr 3, 2024
1 parent cffc8a5 commit 977ec66
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions toolkit/components/nimbus/FeatureManifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
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:
Expand Down Expand Up @@ -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"
setPref: "browser.opaqueResponseBlocking.mediaExceptionsStrategy"

0 comments on commit 977ec66

Please sign in to comment.