Skip to content

Commit

Permalink
Activate NetP waitlist for macOS (#1332)
Browse files Browse the repository at this point in the history
* Turn on the waitlistBetaActive flag globally.

* Turn on the macOS NetP waitlist at 1% rollout.

* Add waitlistBetaActive to macos-override explicitly.

* Disable the waitlistBetaActive flag globally, but make sure to enable it for Android.
  • Loading branch information
samsymons authored Sep 27, 2023
1 parent 5f1ea46 commit f3cbafe
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions features/network-protection.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"features": {
"waitlist": {
"state": "disabled"
},
"waitlistBetaActive": {
"state": "disabled"
}
},
"exceptions": []
Expand Down
3 changes: 3 additions & 0 deletions overrides/android-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@
"networkProtection": {
"state": "enabled",
"features": {
"waitlistBetaActive": {
"state": "enabled"
},
"waitlist": {
"state": "enabled",
"rollout": {
Expand Down
19 changes: 19 additions & 0 deletions overrides/macos-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,25 @@
}
}
},
"networkProtection": {
"state": "enabled",
"features": {
"waitlistBetaActive": {
"state": "enabled"
},
"waitlist": {
"state": "enabled",
"rollout": {
"steps": [
{
"percent": 1.0
}
]
}
}
},
"minSupportedVersion": "1.57.1"
},
"contentBlocking": {
"state": "enabled",
"exceptions": [
Expand Down

0 comments on commit f3cbafe

Please sign in to comment.