CookieDeprecationMetadataIssueDetails

@Serializable
data class CookieDeprecationMetadataIssueDetails(val allowedSites: List<String>, val optOutPercentage: Double, val isOptOutTopLevel: Boolean, val operation: CookieOperation)

This issue warns about third-party sites that are accessing cookies on the current page, and have been permitted due to having a global metadata grant. Note that in this context 'site' means eTLD+1. For example, if the URL https://example.test:80/web_page was accessing cookies, the site reported would be example.test.

Official doc

Constructors

Link copied to clipboard
constructor(allowedSites: List<String>, optOutPercentage: Double, isOptOutTopLevel: Boolean, operation: CookieOperation)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)