-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable default browser prompts exp for internal users #2784
base: main
Are you sure you want to change the base?
Enable default browser prompts exp for internal users #2784
Conversation
Don't forget to add an individual reviewer (in addition to those already added, this should create a task for them in Asana). |
6ed9517
to
1efe517
Compare
Generated file outputs:Time updated: Thu, 27 Feb 2025 11:15:49 GMT legacytrackers-unprotected-temporary.txtv3/android-config.json--- v3/android-config.json
+++ v3/android-config.json
@@ -3155,8 +3155,40 @@
}
},
"exceptions": []
},
+ "defaultBrowserPrompts": {
+ "state": "internal",
+ "exceptions": [],
+ "features": {
+ "defaultBrowserAdditionalPrompts202501": {
+ "state": "internal",
+ "settings": {
+ "activeDaysUntilStage1": "1",
+ "activeDaysUntilStage2": "4",
+ "activeDaysUntilStop": "11"
+ },
+ "cohorts": [
+ {
+ "name": "control",
+ "weight": 1
+ },
+ {
+ "name": "variant1",
+ "weight": 1
+ },
+ {
+ "name": "variant2",
+ "weight": 1
+ },
+ {
+ "name": "variant3",
+ "weight": 1
+ }
+ ]
+ }
+ }
+ },
"duckPlayer": {
"exceptions": [],
"features": {
"pip": {
v3/extension-brave-config.json (12 more)
--- v3/windows-config.json
+++ v3/windows-config.json
@@ -2128,8 +2128,12 @@
"betaEndingDescription": "The free, beta period is ending soon."
},
"minSupportedVersion": "0.64.0"
},
+ "defaultBrowserPrompts": {
+ "state": "disabled",
+ "exceptions": []
+ },
"duckPlayer": {
"exceptions": [],
"features": {
"pip": {
latestv4/android-config.json--- v4/android-config.json
+++ v4/android-config.json
@@ -2764,8 +2764,40 @@
}
},
"exceptions": []
},
+ "defaultBrowserPrompts": {
+ "state": "internal",
+ "exceptions": [],
+ "features": {
+ "defaultBrowserAdditionalPrompts202501": {
+ "state": "internal",
+ "settings": {
+ "activeDaysUntilStage1": "1",
+ "activeDaysUntilStage2": "4",
+ "activeDaysUntilStop": "11"
+ },
+ "cohorts": [
+ {
+ "name": "control",
+ "weight": 1
+ },
+ {
+ "name": "variant1",
+ "weight": 1
+ },
+ {
+ "name": "variant2",
+ "weight": 1
+ },
+ {
+ "name": "variant3",
+ "weight": 1
+ }
+ ]
+ }
+ }
+ },
"duckPlayer": {
"exceptions": [],
"features": {
"pip": {
v4/extension-brave-config.json (12 more)
--- v4/windows-config.json
+++ v4/windows-config.json
@@ -1749,8 +1749,12 @@
"betaEndingDescription": "The free, beta period is ending soon."
},
"minSupportedVersion": "0.64.0"
},
+ "defaultBrowserPrompts": {
+ "state": "disabled",
+ "exceptions": []
+ },
"duckPlayer": {
"exceptions": [],
"features": {
"pip": {
|
1efe517
to
2dcab41
Compare
2dcab41
to
8f74248
Compare
Asana Task/Github Issue: https://app.asana.com/0/0/1209506549129613
Description
Rolling out the linked experiment to internal users as a sanity check that everything goes smoothly.
Feature change process:
Additional info:
Site breakage mitigation process:
Brief explanation
Reported URL:
Problems experienced:
Platforms affected:
Tracker(s) being unblocked:
Feature being disabled:
I have referenced the URL of this PR as the "reason" value for the exception (where applicable).
This change is a speculative mitigation to fix reported breakage.
Reference