File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
gen-src/ChromeDevtoolsProtocol/Model/Network Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -36,5 +36,6 @@ final class CorsErrorEnum
36
36
public const HEADER_DISALLOWED_BY_PREFLIGHT_RESPONSE = 'HeaderDisallowedByPreflightResponse ' ;
37
37
public const REDIRECT_CONTAINS_CREDENTIALS = 'RedirectContainsCredentials ' ;
38
38
public const INSECURE_PRIVATE_NETWORK = 'InsecurePrivateNetwork ' ;
39
+ public const INVALID_PRIVATE_NETWORK_ACCESS = 'InvalidPrivateNetworkAccess ' ;
39
40
public const NO_CORS_REDIRECT_MODE_NOT_FOLLOW = 'NoCorsRedirectModeNotFollow ' ;
40
41
}
Original file line number Diff line number Diff line change 13014
13014
"HeaderDisallowedByPreflightResponse",
13015
13015
"RedirectContainsCredentials",
13016
13016
"InsecurePrivateNetwork",
13017
+ "InvalidPrivateNetworkAccess",
13017
13018
"NoCorsRedirectModeNotFollow"
13018
13019
]
13019
13020
},
Original file line number Diff line number Diff line change 1
- 467735ddbbd529b95e5466343a27ed84 protocol.json
1
+ c0da20faa0b99c46cef40d731b35a8eb protocol.json
You can’t perform that action at this time.
0 commit comments