Some images are not displayed on https://soranews24.com/ with ETP - Strict Enabled
Categories
(Core :: Privacy: Anti-Tracking, defect, P3)
Tracking
()
People
(Reporter: kiki, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
183.92 KB,
image/png
|
Details |
Environment:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:98.0) Gecko/20100101 Firefox/98.0
Prerequisites:
ETP - Strict enabled
Steps to reproduce:
- Visit: https://soranews24.com/
- Scroll down the page and observe the page.
Expected Behavior:
Images are displayed.
Actual Behavior:
Images are not displayed.
Notes:
- Screenshot attached.
- The issue is not reproducible with ETP - Standard.
Updated•3 years ago
|
Comment 1•3 years ago
|
||
They are detecting anti-tracking as a "network level ad-blocker" and never lazy-loading images. This is because network requests to these URLs are blocked:
https://pagead2.googlesyndication.com/pagead/show_companion_ad.js?fcd=true
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?fcd=true
https://pagead2.googlesyndication.com/pagead/js/google_top_exp.js?fcd=true
https://pagead2.googlesyndication.com/pagead/js/rum.js?fcd=true
If I shim all of those with an empty script, the site works fine.
Comment 2•3 years ago
|
||
I also just noticed that this is a duplicate of bug 1716575, so we might as well keep only one bug open.
Description
•