Custom_Buttons icon indicating copy to clipboard operation
Custom_Buttons copied to clipboard

[Cookies Permissions] Add support for ACCESS_ALLOW_FIRST_PARTY_ONLY and ACCESS_LIMIT_THIRD_PARTY

Open Infocatcher opened this issue 11 years ago • 0 comments

See http://mxr.mozilla.org/mozilla-central/source/netwerk/cookie/nsICookiePermission.idl#33

const nsCookieAccess ACCESS_SESSION = 8;
const nsCookieAccess ACCESS_ALLOW_FIRST_PARTY_ONLY = 9;
const nsCookieAccess ACCESS_LIMIT_THIRD_PARTY = 10;

about:permissions - cookies

Infocatcher avatar Aug 30 '13 16:08 Infocatcher