Skip to content

Commit

Permalink
re-enable autoconsent on Windows using the "enableIfMainWorldIsSuppot…
Browse files Browse the repository at this point in the history
…ed" setting (#1233)
  • Loading branch information
szanto90balazs authored Aug 22, 2023
1 parent da9d3ab commit 10d72c6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion overrides/windows-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@
"state": "enabled"
},
"autoconsent": {
"state": "disabled"
"state": "disabled",
"minSupportedVersion": "0.50.0",
"settings": {
"disabledCMPs": [
"generic-cosmetic"
],
"enableIfMainWorldIsSupported": {
"state": "enabled",
"minSupportedVersion": "0.50.0"
}
}
},
"navigatorInterface": {
"state": "enabled"
Expand Down

0 comments on commit 10d72c6

Please sign in to comment.