Platforms to show: All Mac Windows Linux Cross-Platform

Back to LinuxWebCookieStoreMBS class.

LinuxWebCookieStoreMBS.kAcceptAlways = 0

Type Topic Plugin Version
const HTMLViewer Linux MBS Linux Plugin 12.4
One of the cookie accept modes.

Accept all cookies unconditionally.

LinuxWebCookieStoreMBS.kAcceptNever = 1

Type Topic Plugin Version
const HTMLViewer Linux MBS Linux Plugin 12.4
One of the cookie accept modes.

Reject all cookies unconditionally.

LinuxWebCookieStoreMBS.kAcceptNoThirdParty = 2

Type Topic Plugin Version
const HTMLViewer Linux MBS Linux Plugin 12.4
One of the cookie accept modes.

No Third party cookies.
Accept all cookies set by the main document loaded in the application using libsoup. An example of the most common case, web browsers, would be: If http://www.example.com is the page loaded, accept all cookies set by example.com, but if a resource from http://www.third-party.com is loaded from that page reject any cookie that it could try to set. For libsoup to be able to tell apart first party cookies from the rest, the application must call soup_message_set_first_party() on each outgoing SoupMessage, setting the SoupURI of the main document. If no first party is set in a message when this policy is in effect, cookies will be assumed to be third party by default. (this is done by webkit)

The items on this page are in the following plugins: MBS Linux Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...