-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Main_frame request treated as third-party due to initiator/originUrl field #1797
Comments
Hi @eugenioemmolo, Thanks for opening an issue. I think it might make sense to not consider Best, |
Hi @remusao, Thank you for your quick reply. It is fine for me to contribute to the development of this great library. Regards |
Thanks again @eugenioemmolo, the fix is released as part of https://github.com/cliqz-oss/adblocker/releases/tag/v1.20.4 |
Thank you @remusao for the speedy review and release. Very glad to have given a little contribution :). |
Package involved: WebExtenstion Adblocker
User Agent: Chrome 89.0.4389.90, Firefox 86.0.1
Within
webRequest.onBeforeRequest
callback context, I noticed that amain_frame
request is flagged as third-party if theinitiator/originUrl
field is defined and its domain does not match the domain extracted from the request URL.To clarify the scenario:
The text was updated successfully, but these errors were encountered: