devtools-protocol 0.0.1001754 → 0.0.1001785
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.
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -699,6 +699,7 @@ experimental domain Audits
|
|
699
699
|
PermissionPolicyDisabled
|
700
700
|
AttributionSourceUntrustworthyOrigin
|
701
701
|
AttributionUntrustworthyOrigin
|
702
|
+
InvalidHeader
|
702
703
|
|
703
704
|
# Details for issues around "Attribution Reporting API" usage.
|
704
705
|
# Explainer: https://github.com/WICG/conversion-measurement-api
|
package/types/protocol.d.ts
CHANGED
@@ -3330,7 +3330,7 @@ export namespace Protocol {
|
|
3330
3330
|
clientSecurityState?: Network.ClientSecurityState;
|
3331
3331
|
}
|
3332
3332
|
|
3333
|
-
export type AttributionReportingIssueType = ('PermissionPolicyDisabled' | 'AttributionSourceUntrustworthyOrigin' | 'AttributionUntrustworthyOrigin');
|
3333
|
+
export type AttributionReportingIssueType = ('PermissionPolicyDisabled' | 'AttributionSourceUntrustworthyOrigin' | 'AttributionUntrustworthyOrigin' | 'InvalidHeader');
|
3334
3334
|
|
3335
3335
|
/**
|
3336
3336
|
* Details for issues around "Attribution Reporting API" usage.
|