An example of sub-requests following an ADN-allowed (script) request:
-> a. (div) Allowed
-> b. (span) Blocked
-> c. (img) ADN-allowed
For case a: the request needs to be tagged in the allowedExceptions list, in order to deal with cookies correctly (that is, we need to mark allowed requests, AND allowed sub-requests)...
An example of sub-requests following an ADN-allowed (script) request:
-> a. (div) Allowed -> b. (span) Blocked -> c. (img) ADN-allowed
For case a: the request needs to be tagged in the allowedExceptions list, in order to deal with cookies correctly (that is, we need to mark allowed requests, AND allowed sub-requests)...