Skip to content

Commit 43fc349

Browse files
chore(nimbus): Update External Configs
1 parent 24672fd commit 43fc349

16 files changed

+116
-126
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
beta: 7cb196f9239afbe50f50d188e7d459282213a18f
2-
master: 0904ecb99b764d8e38be0347dbf6784db59ae45c
3-
release: 1fa45d0a59cdf01c489b3348ba99f8e869eed658
2+
master: 5813af297bb0e6581ab49029ba897c3e12a9134c
3+
release: 0889458d6f50fc3cacb7c67ea881ffe24ca6710d

experimenter/experimenter/features/manifests/fenix/beta.fml.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,17 @@ features:
6060
feature-setting-detect-only: 0
6161
feature-setting-global-rules: 1
6262
feature-setting-global-rules-sub-frames: 1
63+
doh:
64+
description: Feature controlling DNS over HTTPS (DoH).
65+
variables:
66+
autoselect-enabled:
67+
description: "Controls the network.android_doh.autoselect_enabled pref and automatically chooses a DoH provider when Default Protection mode is selected.\n"
68+
type: Boolean
69+
default: false
70+
show-ui:
71+
description: "When `true`, include DoH settings in the settings UI.\n"
72+
type: Boolean
73+
default: false
6374
encourage-search-cfr:
6475
description: A feature that shows a CFR on first launch to encourage users to make a search
6576
variables:

experimenter/experimenter/features/manifests/fenix/developer.fml.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,17 @@ features:
6060
feature-setting-detect-only: 0
6161
feature-setting-global-rules: 1
6262
feature-setting-global-rules-sub-frames: 1
63+
doh:
64+
description: Feature controlling DNS over HTTPS (DoH).
65+
variables:
66+
autoselect-enabled:
67+
description: "Controls the network.android_doh.autoselect_enabled pref and automatically chooses a DoH provider when Default Protection mode is selected.\n"
68+
type: Boolean
69+
default: false
70+
show-ui:
71+
description: "When `true`, include DoH settings in the settings UI.\n"
72+
type: Boolean
73+
default: false
6374
encourage-search-cfr:
6475
description: A feature that shows a CFR on first launch to encourage users to make a search
6576
variables:

experimenter/experimenter/features/manifests/fenix/experimenter.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,17 @@ cookie-banners:
5050
sections-enabled:
5151
type: json
5252
description: This property provides a lookup table of whether or not the given section should be enabled.
53+
doh:
54+
description: Feature controlling DNS over HTTPS (DoH).
55+
hasExposure: true
56+
exposureDescription: ""
57+
variables:
58+
autoselect-enabled:
59+
type: boolean
60+
description: "Controls the network.android_doh.autoselect_enabled pref and automatically chooses a DoH provider when Default Protection mode is selected.\n"
61+
show-ui:
62+
type: boolean
63+
description: "When `true`, include DoH settings in the settings UI.\n"
5364
encourage-search-cfr:
5465
description: A feature that shows a CFR on first launch to encourage users to make a search
5566
hasExposure: true

experimenter/experimenter/features/manifests/fenix/nightly.fml.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,17 @@ features:
6060
feature-setting-detect-only: 0
6161
feature-setting-global-rules: 1
6262
feature-setting-global-rules-sub-frames: 1
63+
doh:
64+
description: Feature controlling DNS over HTTPS (DoH).
65+
variables:
66+
autoselect-enabled:
67+
description: "Controls the network.android_doh.autoselect_enabled pref and automatically chooses a DoH provider when Default Protection mode is selected.\n"
68+
type: Boolean
69+
default: false
70+
show-ui:
71+
description: "When `true`, include DoH settings in the settings UI.\n"
72+
type: Boolean
73+
default: false
6374
encourage-search-cfr:
6475
description: A feature that shows a CFR on first launch to encourage users to make a search
6576
variables:

experimenter/experimenter/features/manifests/fenix/release.fml.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,17 @@ features:
6060
feature-setting-detect-only: 0
6161
feature-setting-global-rules: 1
6262
feature-setting-global-rules-sub-frames: 1
63+
doh:
64+
description: Feature controlling DNS over HTTPS (DoH).
65+
variables:
66+
autoselect-enabled:
67+
description: "Controls the network.android_doh.autoselect_enabled pref and automatically chooses a DoH provider when Default Protection mode is selected.\n"
68+
type: Boolean
69+
default: false
70+
show-ui:
71+
description: "When `true`, include DoH settings in the settings UI.\n"
72+
type: Boolean
73+
default: false
6374
encourage-search-cfr:
6475
description: A feature that shows a CFR on first launch to encourage users to make a search
6576
variables:

experimenter/experimenter/features/manifests/fenix/v140.0.0/beta.fml.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,17 @@ features:
6060
feature-setting-detect-only: 0
6161
feature-setting-global-rules: 1
6262
feature-setting-global-rules-sub-frames: 1
63+
doh:
64+
description: Feature controlling DNS over HTTPS (DoH).
65+
variables:
66+
autoselect-enabled:
67+
description: "Controls the network.android_doh.autoselect_enabled pref and automatically chooses a DoH provider when Default Protection mode is selected.\n"
68+
type: Boolean
69+
default: false
70+
show-ui:
71+
description: "When `true`, include DoH settings in the settings UI.\n"
72+
type: Boolean
73+
default: false
6374
encourage-search-cfr:
6475
description: A feature that shows a CFR on first launch to encourage users to make a search
6576
variables:

experimenter/experimenter/features/manifests/fenix/v140.0.0/developer.fml.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,17 @@ features:
6060
feature-setting-detect-only: 0
6161
feature-setting-global-rules: 1
6262
feature-setting-global-rules-sub-frames: 1
63+
doh:
64+
description: Feature controlling DNS over HTTPS (DoH).
65+
variables:
66+
autoselect-enabled:
67+
description: "Controls the network.android_doh.autoselect_enabled pref and automatically chooses a DoH provider when Default Protection mode is selected.\n"
68+
type: Boolean
69+
default: false
70+
show-ui:
71+
description: "When `true`, include DoH settings in the settings UI.\n"
72+
type: Boolean
73+
default: false
6374
encourage-search-cfr:
6475
description: A feature that shows a CFR on first launch to encourage users to make a search
6576
variables:

experimenter/experimenter/features/manifests/fenix/v140.0.0/experimenter.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,17 @@ cookie-banners:
5050
sections-enabled:
5151
type: json
5252
description: This property provides a lookup table of whether or not the given section should be enabled.
53+
doh:
54+
description: Feature controlling DNS over HTTPS (DoH).
55+
hasExposure: true
56+
exposureDescription: ""
57+
variables:
58+
autoselect-enabled:
59+
type: boolean
60+
description: "Controls the network.android_doh.autoselect_enabled pref and automatically chooses a DoH provider when Default Protection mode is selected.\n"
61+
show-ui:
62+
type: boolean
63+
description: "When `true`, include DoH settings in the settings UI.\n"
5364
encourage-search-cfr:
5465
description: A feature that shows a CFR on first launch to encourage users to make a search
5566
hasExposure: true

experimenter/experimenter/features/manifests/fenix/v140.0.0/nightly.fml.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,17 @@ features:
6060
feature-setting-detect-only: 0
6161
feature-setting-global-rules: 1
6262
feature-setting-global-rules-sub-frames: 1
63+
doh:
64+
description: Feature controlling DNS over HTTPS (DoH).
65+
variables:
66+
autoselect-enabled:
67+
description: "Controls the network.android_doh.autoselect_enabled pref and automatically chooses a DoH provider when Default Protection mode is selected.\n"
68+
type: Boolean
69+
default: false
70+
show-ui:
71+
description: "When `true`, include DoH settings in the settings UI.\n"
72+
type: Boolean
73+
default: false
6374
encourage-search-cfr:
6475
description: A feature that shows a CFR on first launch to encourage users to make a search
6576
variables:

experimenter/experimenter/features/manifests/fenix/v140.0.0/release.fml.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,17 @@ features:
6060
feature-setting-detect-only: 0
6161
feature-setting-global-rules: 1
6262
feature-setting-global-rules-sub-frames: 1
63+
doh:
64+
description: Feature controlling DNS over HTTPS (DoH).
65+
variables:
66+
autoselect-enabled:
67+
description: "Controls the network.android_doh.autoselect_enabled pref and automatically chooses a DoH provider when Default Protection mode is selected.\n"
68+
type: Boolean
69+
default: false
70+
show-ui:
71+
description: "When `true`, include DoH settings in the settings UI.\n"
72+
type: Boolean
73+
default: false
6374
encourage-search-cfr:
6475
description: A feature that shows a CFR on first launch to encourage users to make a search
6576
variables:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
beta: 5f48cfb9b477d4e2f856998ce119edbe1ffd470e
2-
central: 814af086908397d1e2d156f65a611ac2e56cb38a
2+
central: 68577999ef6bc5ec666ffbe15837c39291557312
33
esr115: 3f9b207bc3d6654d18779a89cb2d56e1ab1e2f83
44
esr128: c6fae8e73635b58fac8a4536e34f63c8518a350d
5-
release: 138dfdf07b0fe2b5473b981ed2535849293561f0
5+
release: 268ce4ad24a233c9fc918982be307403bfe37e37

experimenter/experimenter/features/manifests/firefox-desktop/experimenter.yaml

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -3793,66 +3793,6 @@ raceCacheWithNetwork:
37933793
branch: default
37943794
pref: "network.http.rcwn.enabled"
37953795

3796-
shopping2023:
3797-
description: Prefs to control the 2023 shopping experiment.
3798-
owner: jhirsch@mozilla.com
3799-
hasExposure: true
3800-
exposureDescription: >-
3801-
The timing of the exposure event depends on the experiment, but generally
3802-
the event is recorded when the user first encounters onboarding UI for
3803-
the shopping feature.
3804-
variables:
3805-
enabled:
3806-
description: True if the shopping sidebar is enabled (experimental treatment group)
3807-
type: boolean
3808-
setPref:
3809-
branch: default
3810-
pref: browser.shopping.experience2023.enabled
3811-
control:
3812-
description: True if the experiment is enabled but experience is disabled (experimental control group)
3813-
type: boolean
3814-
fallbackPref: browser.shopping.experience2023.control
3815-
adsEnabled:
3816-
description: True if showing recommended products is enabled
3817-
type: boolean
3818-
setPref:
3819-
branch: default
3820-
pref: browser.shopping.experience2023.ads.enabled
3821-
adsExposure:
3822-
description: True if we want to record ad inventory for opted-in users, even if ads are disabled
3823-
type: boolean
3824-
setPref:
3825-
branch: default
3826-
pref: browser.shopping.experience2023.ads.exposure
3827-
surveyEnabled:
3828-
description: True if showing survey is enabled
3829-
type: boolean
3830-
fallbackPref: browser.shopping.experience2023.survey.enabled
3831-
autoOpenEnabled:
3832-
description: True if auto-open behavior for the sidebar is enabled
3833-
type: boolean
3834-
setPref:
3835-
branch: default
3836-
pref: browser.shopping.experience2023.autoOpen.enabled
3837-
3838-
shoppingOHTTP:
3839-
description: Prefs to control the OHTTP URLs used for shopping.
3840-
owner: gijs@mozilla.com
3841-
hasExposure: false
3842-
variables:
3843-
ohttpRelayURL:
3844-
description: What OHTTP relay URL to use
3845-
type: string
3846-
setPref:
3847-
branch: default
3848-
pref: toolkit.shopping.ohttpRelayURL
3849-
ohttpConfigURL:
3850-
description: URL for the OHTTP config to use
3851-
type: string
3852-
setPref:
3853-
branch: default
3854-
pref: toolkit.shopping.ohttpConfigURL
3855-
38563796
opaqueResponseBlocking:
38573797
description: Prefs to enable Opaque Response Blocking
38583798
owner: farre@mozilla.com

experimenter/experimenter/features/manifests/firefox-desktop/v140.0.0/experimenter.yaml

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -3793,66 +3793,6 @@ raceCacheWithNetwork:
37933793
branch: default
37943794
pref: "network.http.rcwn.enabled"
37953795

3796-
shopping2023:
3797-
description: Prefs to control the 2023 shopping experiment.
3798-
owner: jhirsch@mozilla.com
3799-
hasExposure: true
3800-
exposureDescription: >-
3801-
The timing of the exposure event depends on the experiment, but generally
3802-
the event is recorded when the user first encounters onboarding UI for
3803-
the shopping feature.
3804-
variables:
3805-
enabled:
3806-
description: True if the shopping sidebar is enabled (experimental treatment group)
3807-
type: boolean
3808-
setPref:
3809-
branch: default
3810-
pref: browser.shopping.experience2023.enabled
3811-
control:
3812-
description: True if the experiment is enabled but experience is disabled (experimental control group)
3813-
type: boolean
3814-
fallbackPref: browser.shopping.experience2023.control
3815-
adsEnabled:
3816-
description: True if showing recommended products is enabled
3817-
type: boolean
3818-
setPref:
3819-
branch: default
3820-
pref: browser.shopping.experience2023.ads.enabled
3821-
adsExposure:
3822-
description: True if we want to record ad inventory for opted-in users, even if ads are disabled
3823-
type: boolean
3824-
setPref:
3825-
branch: default
3826-
pref: browser.shopping.experience2023.ads.exposure
3827-
surveyEnabled:
3828-
description: True if showing survey is enabled
3829-
type: boolean
3830-
fallbackPref: browser.shopping.experience2023.survey.enabled
3831-
autoOpenEnabled:
3832-
description: True if auto-open behavior for the sidebar is enabled
3833-
type: boolean
3834-
setPref:
3835-
branch: default
3836-
pref: browser.shopping.experience2023.autoOpen.enabled
3837-
3838-
shoppingOHTTP:
3839-
description: Prefs to control the OHTTP URLs used for shopping.
3840-
owner: gijs@mozilla.com
3841-
hasExposure: false
3842-
variables:
3843-
ohttpRelayURL:
3844-
description: What OHTTP relay URL to use
3845-
type: string
3846-
setPref:
3847-
branch: default
3848-
pref: toolkit.shopping.ohttpRelayURL
3849-
ohttpConfigURL:
3850-
description: URL for the OHTTP config to use
3851-
type: string
3852-
setPref:
3853-
branch: default
3854-
pref: toolkit.shopping.ohttpConfigURL
3855-
38563796
opaqueResponseBlocking:
38573797
description: Prefs to enable Opaque Response Blocking
38583798
owner: farre@mozilla.com

experimenter/experimenter/features/manifests/focus-ios/.ref-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ focus/klar-v135.0: c3145564c445d2f7d9e95527e8242c5d21f99cf9
1717
focus/klar-v136.0: 2acf694b2444b4aa218a87157e1640a605cca4bd
1818
focus/klar-v137.0: 72386c1d3e182f6670926b3c1c3a09227fb7b120
1919
focus/klar-v138.0: 33f7f00718adf88505d1804ccedb56750b04f2fb
20-
main: 1c4ed17dd26a756ab2cab811d2b52ce6765ceef4
20+
main: 085e110bf922ef7ce24a3a39bd69c920bec9ef4a
2121
release/v124: da250bed9e19c4978d4400d6d404cb312e33636e
2222
release/v125: a3e1e0773a00009e08d95726fd518ab642255ccd
2323
release/v126: 6f305409b4af68e8404401a2caad8cb0da9a0494

experimenter/experimenter/features/manifests/ios/.ref-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
main: 1c4ed17dd26a756ab2cab811d2b52ce6765ceef4
1+
main: 085e110bf922ef7ce24a3a39bd69c920bec9ef4a
22
release/v117: 43b690c450066d4dde1b2ccb93ed3714d244d502
33
release/v118: 89a7ea3c3372e5a4ef5b3c5b85499d26198d0524
44
release/v119: 7dc381f991c6d2a983c3ba7f0cffd880e8c29e7b

0 commit comments

Comments
 (0)