CookieJarAcceptPolicy
Description:
[ CCode ( cprefix = "SOUP_COOKIE_JAR_ACCEPT_" , type_id = "soup_cookie_jar_accept_policy_get_type ()" ) ]
public enum CookieJarAcceptPolicy
The policy for accepting or rejecting cookies returned in responses.
Content:
Enum values:
- ALWAYS - accept all cookies
unconditionally.
- GRANDFATHERED_THIRD_PARTY -
accept all cookies set by the main document loaded in the application using libsoup, and from domains
that have previously set at least one cookie when loaded as the main document.
- NEVER - reject all cookies
unconditionally.
- NO_THIRD_PARTY - accept
all cookies set by the main document loaded in the application using libsoup.