File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
gen-src/ChromeDevtoolsProtocol/Model/Network Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -37,5 +37,6 @@ final class CorsErrorEnum
37
37
public const REDIRECT_CONTAINS_CREDENTIALS = 'RedirectContainsCredentials ' ;
38
38
public const INSECURE_PRIVATE_NETWORK = 'InsecurePrivateNetwork ' ;
39
39
public const INVALID_PRIVATE_NETWORK_ACCESS = 'InvalidPrivateNetworkAccess ' ;
40
+ public const UNEXPECTED_PRIVATE_NETWORK_ACCESS = 'UnexpectedPrivateNetworkAccess ' ;
40
41
public const NO_CORS_REDIRECT_MODE_NOT_FOLLOW = 'NoCorsRedirectModeNotFollow ' ;
41
42
}
Original file line number Diff line number Diff line change @@ -14,4 +14,6 @@ final class PrivateNetworkRequestPolicyEnum
14
14
public const ALLOW = 'Allow ' ;
15
15
public const BLOCK_FROM_INSECURE_TO_MORE_PRIVATE = 'BlockFromInsecureToMorePrivate ' ;
16
16
public const WARN_FROM_INSECURE_TO_MORE_PRIVATE = 'WarnFromInsecureToMorePrivate ' ;
17
+ public const PREFLIGHT_BLOCK = 'PreflightBlock ' ;
18
+ public const PREFLIGHT_WARN = 'PreflightWarn ' ;
17
19
}
Original file line number Diff line number Diff line change 12851
12851
"RedirectContainsCredentials",
12852
12852
"InsecurePrivateNetwork",
12853
12853
"InvalidPrivateNetworkAccess",
12854
+ "UnexpectedPrivateNetworkAccess",
12854
12855
"NoCorsRedirectModeNotFollow"
12855
12856
]
12856
12857
},
13759
13760
"enum": [
13760
13761
"Allow",
13761
13762
"BlockFromInsecureToMorePrivate",
13762
- "WarnFromInsecureToMorePrivate"
13763
+ "WarnFromInsecureToMorePrivate",
13764
+ "PreflightBlock",
13765
+ "PreflightWarn"
13763
13766
]
13764
13767
},
13765
13768
{
Original file line number Diff line number Diff line change 1
- 29a3f42a962f0043af291e938f2185c7 protocol.json
1
+ ae0b4524de54e086377aed9e64453720 protocol.json
You can’t perform that action at this time.
0 commit comments