Skip to content

Commit

Permalink
Merge pull request #272 from brave/disable-blob-partitioning
Browse files Browse the repository at this point in the history
Disable Blob partitioning until opaque origins fixed.
  • Loading branch information
kjozwiak authored Jun 3, 2022
2 parents 4b8b17f + 4e76f8a commit dc0f596
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,25 @@
"platform": ["WINDOWS", "MAC", "LINUX", "ANDROID"]
}
},
{
"name": "DisableBlobPartitioning",
"experiments": [
{
"name": "Default",
"probability_weight": 100,
"feature_association": {
"disable_feature": [
"BravePartitionBlobStorage"
]
}
}
],
"filter": {
"min_version": "100.1.39.41",
"channel": ["NIGHTLY", "BETA", "RELEASE"],
"platform": ["WINDOWS", "MAC", "LINUX", "ANDROID"]
}
},
{
"name": "SpeedreaderReleaseStudy",
"experiments": [
Expand Down

0 comments on commit dc0f596

Please sign in to comment.