enum Protocol::Network::SetCookieBlockedReason
Overview
Types of reasons why a cookie may not be stored from a response.
Defined in:
protocol/network.crEnum Members
-
SecureOnly =
0
-
SameSiteStrict =
1
-
SameSiteLax =
2
-
SameSiteUnspecifiedTreatedAsLax =
3
-
SameSiteNoneInsecure =
4
-
UserPreferences =
5
-
SyntaxError =
6
-
SchemeNotSupported =
7
-
OverwriteSecure =
8
-
InvalidDomain =
9
-
InvalidPrefix =
10
-
UnknownError =
11
-
SchemefulSameSiteStrict =
12
-
SchemefulSameSiteLax =
13
-
SchemefulSameSiteUnspecifiedTreatedAsLax =
14
-
SamePartyFromCrossPartyContext =
15
-
SamePartyConflictsWithOtherAttributes =
16
-
NameValuePairExceedsMaxSize =
17
Instance Method Summary
- #invalid_domain?
- #invalid_prefix?
- #name_value_pair_exceeds_max_size?
- #overwrite_secure?
- #same_party_conflicts_with_other_attributes?
- #same_party_from_cross_party_context?
- #same_site_lax?
- #same_site_none_insecure?
- #same_site_strict?
- #same_site_unspecified_treated_as_lax?
- #scheme_not_supported?
- #schemeful_same_site_lax?
- #schemeful_same_site_strict?
- #schemeful_same_site_unspecified_treated_as_lax?
- #secure_only?
- #syntax_error?
- #unknown_error?
- #user_preferences?