SetCookieControlsRequest

@Serializable
data class SetCookieControlsRequest(val enableThirdPartyCookieRestriction: Boolean, val disableThirdPartyCookieMetadata: Boolean, val disableThirdPartyCookieHeuristics: Boolean)

Request object containing input parameters for the NetworkDomain.setCookieControls command.

Constructors

Link copied to clipboard
constructor(enableThirdPartyCookieRestriction: Boolean, disableThirdPartyCookieMetadata: Boolean, disableThirdPartyCookieHeuristics: Boolean)

Properties

Link copied to clipboard

Whether 3pc heuristics exceptions should be enabled; false by default.

Link copied to clipboard

Whether 3pc grace period exception should be enabled; false by default.

Link copied to clipboard

Whether 3pc restriction is enabled.