Firefox 22 introduced a new cookie feature that allows to block cookies from not-visited sites.
Blog post here: https://brendaneich.com/2013/06/the-cookie-clearinghouse/ This change includes also different default value for network.cookie.cookieBehavior preference, which is now: 3 == limit foreign cookies --- I'd like to fix Firebug UI that is available for changing cookie permissions on a site-by-site bases (Firebug always applies on the current page). The question is what is the correct argument to pass to nsIPermissionManager.add() method to limit third party cookies for specific URI. I am using Ci.nsICookiePermission.ACCESS_LIMIT_THIRD_PARTY Is that correct? Honza _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform