Skip to content

Commit de4fc63

Browse files
author
Jakub Kulhan
committed
autoupdated protocol.json & generated files
1 parent dfa80e8 commit de4fc63

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ final class CorsErrorEnum
3737
public const REDIRECT_CONTAINS_CREDENTIALS = 'RedirectContainsCredentials';
3838
public const INSECURE_PRIVATE_NETWORK = 'InsecurePrivateNetwork';
3939
public const INVALID_PRIVATE_NETWORK_ACCESS = 'InvalidPrivateNetworkAccess';
40+
public const UNEXPECTED_PRIVATE_NETWORK_ACCESS = 'UnexpectedPrivateNetworkAccess';
4041
public const NO_CORS_REDIRECT_MODE_NOT_FOLLOW = 'NoCorsRedirectModeNotFollow';
4142
}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ final class PrivateNetworkRequestPolicyEnum
1414
public const ALLOW = 'Allow';
1515
public const BLOCK_FROM_INSECURE_TO_MORE_PRIVATE = 'BlockFromInsecureToMorePrivate';
1616
public const WARN_FROM_INSECURE_TO_MORE_PRIVATE = 'WarnFromInsecureToMorePrivate';
17+
public const PREFLIGHT_BLOCK = 'PreflightBlock';
18+
public const PREFLIGHT_WARN = 'PreflightWarn';
1719
}

protocol.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12851,6 +12851,7 @@
1285112851
"RedirectContainsCredentials",
1285212852
"InsecurePrivateNetwork",
1285312853
"InvalidPrivateNetworkAccess",
12854+
"UnexpectedPrivateNetworkAccess",
1285412855
"NoCorsRedirectModeNotFollow"
1285512856
]
1285612857
},
@@ -13759,7 +13760,9 @@
1375913760
"enum": [
1376013761
"Allow",
1376113762
"BlockFromInsecureToMorePrivate",
13762-
"WarnFromInsecureToMorePrivate"
13763+
"WarnFromInsecureToMorePrivate",
13764+
"PreflightBlock",
13765+
"PreflightWarn"
1376313766
]
1376413767
},
1376513768
{

protocol.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
29a3f42a962f0043af291e938f2185c7 protocol.json
1+
ae0b4524de54e086377aed9e64453720 protocol.json

0 commit comments

Comments
 (0)