enum Protocol::Network::CookieBlockedReason
Overview
Types of reasons why a cookie may not be sent with a request.
Defined in:
protocol/network.crEnum Members
-
SecureOnly =
0 -
NotOnPath =
1 -
DomainMismatch =
2 -
SameSiteStrict =
3 -
SameSiteLax =
4 -
SameSiteUnspecifiedTreatedAsLax =
5 -
SameSiteNoneInsecure =
6 -
UserPreferences =
7 -
UnknownError =
8 -
SchemefulSameSiteStrict =
9 -
SchemefulSameSiteLax =
10 -
SchemefulSameSiteUnspecifiedTreatedAsLax =
11 -
SamePartyFromCrossPartyContext =
12 -
NameValuePairExceedsMaxSize =
13
Instance Method Summary
- #domain_mismatch?
- #name_value_pair_exceeds_max_size?
- #not_on_path?
- #same_party_from_cross_party_context?
- #same_site_lax?
- #same_site_none_insecure?
- #same_site_strict?
- #same_site_unspecified_treated_as_lax?
- #schemeful_same_site_lax?
- #schemeful_same_site_strict?
- #schemeful_same_site_unspecified_treated_as_lax?
- #secure_only?
- #unknown_error?
- #user_preferences?