Skip to content

Commit 8354b44

Browse files
author
Jakub Kulhan
committed
autoupdated protocol.json & generated files
1 parent 5b8c3ee commit 8354b44

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

gen-src/ChromeDevtoolsProtocol/Model/Network/CorsErrorEnum.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

protocol.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13014,6 +13014,7 @@
1301413014
"HeaderDisallowedByPreflightResponse",
1301513015
"RedirectContainsCredentials",
1301613016
"InsecurePrivateNetwork",
13017+
"InvalidPrivateNetworkAccess",
1301713018
"NoCorsRedirectModeNotFollow"
1301813019
]
1301913020
},

protocol.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
467735ddbbd529b95e5466343a27ed84 protocol.json
1+
c0da20faa0b99c46cef40d731b35a8eb protocol.json

0 commit comments

Comments
 (0)