-
Notifications
You must be signed in to change notification settings - Fork 345
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
$redirect
modifier does not fake Response.prototype.url
#2278
Labels
Comments
Check out this demo page as well: |
This comment was marked as resolved.
This comment was marked as resolved.
Fixed the footer now. |
JobcenterTycoon
referenced
this issue
in uBlockOrigin/uAssets
Aug 14, 2023
Unfortunately, the flawed conclusions people are reaching because of this flawed tool are all over the place, including some spamming results from this pointless tools in uBO's own thread on Wilders Security despite advises to refrain from using the tool to evaluate content blockers.
adguard-bot
added
Status: In Progress
Resolution: Fixed
Status: In Review
and removed
Status: In Progress
labels
Jan 10, 2024
adguard-bot
added
Priority: P4
and removed
Resolution: Fixed
Status: Resolved
Version: AdGuard v4.4
Version: tsurlfilter v3.0
Priority: P3
labels
Aug 26, 2024
We have tried to fix this issue using base64 URLs, but in cases where a website has strict CSP policies, errors occur, and the redirect is not applied at all. An example of such problems can be seen here: #2913. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AdGuard Extension version
4.1.53
Browser version
Mozilla Firefox Developer Edition 110.0b6; Brave 1.47.186
OS version
Ubuntu 22.10
What filters do you have enabled?
AdGuard Base filter, AdGuard German filter, AdGuard Tracking Protection filter, AdGuard URL Tracking filter, List-KR
What Stealth Mode options do you have enabled?
No response
Issue Details
Response.prototype.url
returns(Browser Extension)://(UUID)/web-accessible-resources/redirects/googlesyndication-adsbygoogle.js?secret=...
if||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$redirect=googlesyndication-adsbygoogle
rule is applied.A website can profile a visitor with the browser extension's UUID.
uBlock Origin 1.46.0 is not affected by this issue.
Expected Behavior
Response.prototype.url
returnshttps://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
.Screenshots
No response
Additional Information
The above test code is provided by @JobcenterTycoon.
The text was updated successfully, but these errors were encountered: