Class ExemptedSetCookieWithReason
A cookie should have been blocked by 3PCD but is exempted and stored from a response with the corresponding reason. A cookie could only have at most one exemption reason.
public sealed class ExemptedSetCookieWithReason
- Inheritance
-
ExemptedSetCookieWithReason
- Inherited Members
Properties
Cookie
The cookie object representing the cookie.
[JsonPropertyName("cookie")]
public Cookie Cookie { get; set; }
Property Value
CookieLine
The string representing this individual cookie as it would appear in the header.
[JsonPropertyName("cookieLine")]
public string CookieLine { get; set; }
Property Value
ExemptionReason
The reason the cookie was exempted.
[JsonPropertyName("exemptionReason")]
public CookieExemptionReason ExemptionReason { get; set; }