WebKitCookieAcceptPolicy

Enum values used to denote the cookie acceptance policies.

Values

ValueMeaning
ALWAYS0

Accept all cookies unconditionally.

NEVER1

Reject all cookies unconditionally.

NO_THIRD_PARTY2

Accept only cookies set by the main document loaded.

Meta