Skip to content
6 changes: 5 additions & 1 deletion overrides/macos-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
"rollout": {
"steps": [
{
"percent": 10
"percent": 100
}
]
},
Expand Down Expand Up @@ -667,6 +667,10 @@
"windowSizing": "enabled",
"navigatorCredentials": "enabled",
"safariObject": "enabled",
"webNotifications": {
"state": "enabled",
"nativeEnabled": true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Subsetting to be able to load the shim but not have it run anything.

},
"messageHandlers": {
"state": "disabled",
"handlerStrategies": {
Expand Down
Loading