File tree Expand file tree Collapse file tree
gen-src/ChromeDevtoolsProtocol/Model/Network Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,5 +36,6 @@ final class CorsErrorEnum
3636 public const HEADER_DISALLOWED_BY_PREFLIGHT_RESPONSE = 'HeaderDisallowedByPreflightResponse ' ;
3737 public const REDIRECT_CONTAINS_CREDENTIALS = 'RedirectContainsCredentials ' ;
3838 public const INSECURE_PRIVATE_NETWORK = 'InsecurePrivateNetwork ' ;
39+ public const INVALID_PRIVATE_NETWORK_ACCESS = 'InvalidPrivateNetworkAccess ' ;
3940 public const NO_CORS_REDIRECT_MODE_NOT_FOLLOW = 'NoCorsRedirectModeNotFollow ' ;
4041}
Original file line number Diff line number Diff line change 1301413014 "HeaderDisallowedByPreflightResponse",
1301513015 "RedirectContainsCredentials",
1301613016 "InsecurePrivateNetwork",
13017+ "InvalidPrivateNetworkAccess",
1301713018 "NoCorsRedirectModeNotFollow"
1301813019 ]
1301913020 },
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