removeWebWideTrackingException method
Removes a previously-granted tracking exception for a service host.
![]() |
Syntax
var retVal = navigator.removeWebWideTrackingException(args);Parameters
- args [in]
-
Type: object
An object literal containing the following attribute:
Value Meaning - domain
Cookie-like string that identifies the service host that the exception belongs to.
- retVal [out, retval]
-
Type: boolean
Returns "true"when the exception has been removed; "false" otherwise.
Return value
Type: boolean
Returns "true"when the exception has been removed; "false" otherwise.
Remarks
Note This method is not supported for Windows Store apps
See also
Show:
