-
Notifications
You must be signed in to change notification settings - Fork 64
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
Add burn\useExtensionBasedBurn subfeature #2722
base: main
Are you sure you want to change the base?
Conversation
Don't forget to add an individual reviewer (in addition to those already added, this should create a task for them in Asana). |
Generated file outputs:Time updated: Wed, 05 Feb 2025 14:49:31 GMT legacytrackers-unprotected-temporary.txtv3/android-config.json (12 more)
--- v3/macos-config.json
+++ v3/macos-config.json
@@ -891,8 +891,12 @@
"brokenSiteReportExperiment": {
"exceptions": [],
"state": "disabled"
},
+ "burn": {
+ "state": "enabled",
+ "exceptions": []
+ },
"changeOmnibarPosition": {
"exceptions": [],
"state": "disabled"
},
v3/windows-config.json--- v3/windows-config.json
+++ v3/windows-config.json
@@ -926,8 +926,17 @@
"brokenSiteReportExperiment": {
"exceptions": [],
"state": "disabled"
},
+ "burn": {
+ "state": "enabled",
+ "exceptions": [],
+ "features": {
+ "useExtensionBasedBurn": {
+ "state": "enabled"
+ }
+ }
+ },
"changeOmnibarPosition": {
"exceptions": [],
"state": "disabled"
},
latestv4/android-config.json (12 more)
--- v4/macos-config.json
+++ v4/macos-config.json
@@ -764,8 +764,12 @@
"brokenSiteReportExperiment": {
"exceptions": [],
"state": "disabled"
},
+ "burn": {
+ "state": "enabled",
+ "exceptions": []
+ },
"changeOmnibarPosition": {
"exceptions": [],
"state": "disabled"
},
v4/windows-config.json--- v4/windows-config.json
+++ v4/windows-config.json
@@ -803,8 +803,17 @@
"brokenSiteReportExperiment": {
"exceptions": [],
"state": "disabled"
},
+ "burn": {
+ "state": "enabled",
+ "exceptions": [],
+ "features": {
+ "useExtensionBasedBurn": {
+ "state": "enabled"
+ }
+ }
+ },
"changeOmnibarPosition": {
"exceptions": [],
"state": "disabled"
},
|
Asana Task/Github Issue:
https://app.asana.com/0/72649045549333/1204888209490843
Description
burn
feature for all clients.usseExtensionBasedBurn
sub-feature for Windows Browser.Feature change process:
Additional info:
Reference