Skip to content

Commit

Permalink
Canvas related kill switches
Browse files Browse the repository at this point in the history
  • Loading branch information
atuchin-m committed May 21, 2024
1 parent b43af62 commit 67d9e4a
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2641,6 +2641,35 @@
]
}
},
{
"experiments": [
{
"feature_association": {
"disable_feature": [
"Canvas2DHibernation",
"EvictionUnlocksResources"
]
},
"name": "Disabled_EmergencyKillSwitch",
"probability_weight": 100
}
],
"filter": {
"channel": [
"NIGHTLY",
"BETA",
"RELEASE"
],
"max_version": "125.*",
"platform": [
"WINDOWS",
"MAC",
"LINUX",
"ANDROID"
]
},
"name": "CanvasKillSwitches"
},
{
"name": "BraveAdblockExperimentalListDefaultStudy",
"experiments": [
Expand Down

0 comments on commit 67d9e4a

Please sign in to comment.