devtools-protocol 0.0.1456087 → 0.0.1456738
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13444,6 +13444,7 @@
|
|
13444
13444
|
"mixed-content",
|
13445
13445
|
"origin",
|
13446
13446
|
"inspector",
|
13447
|
+
"integrity",
|
13447
13448
|
"subresource-filter",
|
13448
13449
|
"content-type",
|
13449
13450
|
"coep-frame-resource-needs-coep-header",
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
package/types/protocol.d.ts
CHANGED
@@ -10954,7 +10954,7 @@ export namespace Protocol {
|
|
10954
10954
|
/**
|
10955
10955
|
* The reason why request was blocked.
|
10956
10956
|
*/
|
10957
|
-
export type BlockedReason = ('other' | 'csp' | 'mixed-content' | 'origin' | 'inspector' | 'subresource-filter' | 'content-type' | 'coep-frame-resource-needs-coep-header' | 'coop-sandboxed-iframe-cannot-navigate-to-coop-page' | 'corp-not-same-origin' | 'corp-not-same-origin-after-defaulted-to-same-origin-by-coep' | 'corp-not-same-origin-after-defaulted-to-same-origin-by-dip' | 'corp-not-same-origin-after-defaulted-to-same-origin-by-coep-and-dip' | 'corp-not-same-site' | 'sri-message-signature-mismatch');
|
10957
|
+
export type BlockedReason = ('other' | 'csp' | 'mixed-content' | 'origin' | 'inspector' | 'integrity' | 'subresource-filter' | 'content-type' | 'coep-frame-resource-needs-coep-header' | 'coop-sandboxed-iframe-cannot-navigate-to-coop-page' | 'corp-not-same-origin' | 'corp-not-same-origin-after-defaulted-to-same-origin-by-coep' | 'corp-not-same-origin-after-defaulted-to-same-origin-by-dip' | 'corp-not-same-origin-after-defaulted-to-same-origin-by-coep-and-dip' | 'corp-not-same-site' | 'sri-message-signature-mismatch');
|
10958
10958
|
|
10959
10959
|
/**
|
10960
10960
|
* The reason why request was blocked.
|