Skip to content

Commit af27196

Browse files
authored
Enable nativeRequestInterception for preview (#5057)
* Enable nativeRequestInterception for preview * add minSupportedVersion to subfeature
1 parent d66d025 commit af27196

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

overrides/windows-override.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5294,11 +5294,16 @@
52945294
"state": "disabled"
52955295
},
52965296
"nativeRequestInterception": {
5297-
"state": "disabled",
5297+
"state": "preview",
5298+
"minSupportedVersion": "0.155.4",
52985299
"exceptions": [],
52995300
"features": {
53005301
"disableFirstAboutBlankNavigation": {
53015302
"state": "disabled"
5303+
},
5304+
"enableNativeRequestInterception": {
5305+
"state": "preview",
5306+
"minSupportedVersion": "0.155.4"
53025307
}
53035308
}
53045309
},

0 commit comments

Comments
 (0)