dhowe / AdNauseam

AdNauseam: Fight back against advertising surveillance
GNU General Public License v3.0
4.61k stars 191 forks source link

Allowed requests triggered by ADN-Allowed requests #622

Open cqx931 opened 8 years ago

cqx931 commented 8 years ago

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)...

mneunomne commented 1 year ago

@ cqx931 is there a way to reproduce this behavior ?