Video does not play at video.gazetta.it with ETP set to STRICT
Categories
(Core :: Privacy: Anti-Tracking, defect, P3)
Tracking
()
People
(Reporter: rbucata, Assigned: twisniewski)
References
(Blocks 1 open bug, )
Details
Attachments
(2 files)
Environment:
Operating system: Android 11/ Android 12
Firefox version: Firefox Nightly 101.0a1 (2015874027 -🦎101.0a1-20220409092224🦎)
Preconditions:
ETP set to STRICT
Clean profile
Steps to reproduce:
- Navigate to: https://video.gazzetta.it/inter-barella-brozovic-feeling-campo-fuori/b85b466e-b809-11ec-8226-da2e2705e783.
- Accept the ""Cookie Policy"" pop-up.
- Tap on the play button from the top video placeholder.
- Observe the result.
Expected Behavior:
Ads are starting and the video can be viewed.
Actual Behavior:
Nothing happens.
Notes:
- Not reproducible with ETP set to STANDARD.
- Works as expected using Chrome.
- Screenshot attached.
Reporter | ||
Updated•3 years ago
|
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
I see this in the web console: Uncaught (in promise) TypeError: can't access property "queue", window.__iasPET is undefined
But I don't see iasPET being shimmed, probably because they're accessing https://static.adsafeprotected.com/iasPET.1.js
, and we only shim iasPET if the URL matches *://cdn.adsafeprotected.com/iasPET.1.js
Indeed, updating the shim to match both variants helps here.
But that's not enough to get the video to play, so further investigations will be needed here.
Assignee | ||
Comment 2•3 years ago
|
||
The fix proposed in bug 1709612 also seems to help here, but not fully fix the problem (I can see a video loading in the devtools, but the player interface doesn't properly display, it just flashes a loading indicator momentarily and goes away).
Funny enough, the issue is that our Amazon prebidding shim is too quick for the site to be able to add its listeners. We need to delay calling the callback to fetchBids
a little (in a requestAnimationFrame
seems to do the trick). I will update the shim to do this ASAP.
Assignee | ||
Comment 3•2 years ago
|
||
Updated•2 years ago
|
Comment 6•2 years ago
|
||
Since the status are different for nightly and release, what's the status for beta?
For more information, please visit auto_nag documentation.
Assignee | ||
Updated•2 years ago
|
Comment 7•2 years ago
|
||
The patch landed in nightly and beta is affected.
:twisniewski, is this bug important enough to require an uplift?
If not please set status_beta
to wontfix
.
For more information, please visit auto_nag documentation.
Assignee | ||
Comment 8•2 years ago
|
||
I think it's best to let the fix ride the release trains, so I'm setting WONTFIX on 102/beta.
Updated•2 years ago
|
Description
•