confirmSiteSpecificTrackingException method
Indicates whether an exception exists for a given domain.
![]() |
Syntax
var retVal = navigator.confirmSiteSpecificTrackingException(args);Parameters
- args [in]
-
Type: object
An object literal containing the following attribute:
Value Meaning - domain
Cookie-like string that identifies the domain that the exception belongs to.
- retVal [out, retval]
-
Type: boolean
Returns
truewhen the user has previously granted an exception for the site identified in the domain attribute of the args object literal.falseotherwise.
Return value
Type: boolean
Returns true when the user has previously granted an exception for the site identified in the domain attribute of the args object literal. false otherwise.
Remarks
Because users can clear (or revoke) previously granted exceptions, sites should confirm exceptions before relying on them.
Note This method is not supported for Windows Store apps
See also
Show:
