Inherits from: nsISupports
void getConsent(); |
Gives a decision on what should be done with a cookie, based on a site's p3p policy and the user's preferences. the policy for the given URI and channel is also returned.
nsCookieStatus getConsent( in nsIURI uri, in nsIHttpChannel httpChannel, in boolean isForeign, out nsCookiePolicy policy );
uri
httpChannel
isForeign
policy
nsICookie.idl
.Returns nsCookieStatus
. Valid values are defined in nsICookie.idl
.