storeSiteSpecificTrackingException method
Requests an exemption to the "Do not Track" (DNT) rule for a given website.
![]() |
Syntax
var retVal = navigator.storeSiteSpecificTrackingException(args);Parameters
- args [in]
-
Type: object
An object literal containing the following attributes:
- retVal [out, retval]
-
Type: integer
Returns one of the following values:
Value Meaning - 0
There is a syntax or other error.
- 2
The exception has been granted and stored.
Return value
Type: integer
Returns one of the following values:
0There is a syntax or other error.
2The exception has been granted and stored.
Remarks
Note This method is not supported for Windows Store apps
See also
Show:
