Skip to content

Commit

Permalink
Fully release setAccessTokenCookieForSubscriptionDomains on iOS and…
Browse files Browse the repository at this point in the history
… macOS (#2583)

* Set min supported version to the latest one

* Complete rollout on macOS

* Enable iOS

* Reorder min version
  • Loading branch information
miasma13 authored Dec 13, 2024
1 parent 4e7cf6c commit b2ec257
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions overrides/ios-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@
"minSupportedVersion": "7.136.0"
},
"setAccessTokenCookieForSubscriptionDomains": {
"state": "disabled",
"state": "enabled",
"rollout": {
"steps": [
{
Expand All @@ -606,7 +606,8 @@
"percent": 100
}
]
}
},
"minSupportedVersion": "7.148.0"
},
"privacyProFreeTrialJan25": {
"state": "internal",
Expand Down
3 changes: 3 additions & 0 deletions overrides/macos-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,9 @@
"steps": [
{
"percent": 25
},
{
"percent": 100
}
]
},
Expand Down

0 comments on commit b2ec257

Please sign in to comment.