Closed
Bug 1779060
Opened 1 year ago
Closed 1 year ago
Fix a typo in SmartBlock's IAS shim which can keep videos from playing
Categories
(Core :: Privacy: Anti-Tracking, defect, P3)
Tracking
()
RESOLVED
FIXED
104 Branch
Tracking | Status | |
---|---|---|
firefox104 | --- | fixed |
People
(Reporter: twisniewski, Assigned: twisniewski)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
The patch in bug 1740487 had an overlooked typo in it which is causing videos to not be playable on site sites using IAS. For instance, https://www.engadget.com/2018-10-18-samsung-galaxy-book2-hands-on.html
Basically CheckCanAutoPlay.then
here should be CheckCanAutoPlay().then
.
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → twisniewski
Status: NEW → ASSIGNED
Pushed by twisniewski@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/3071be43b961 fix a typo in the IMA SmartBlock shim causing it to not play some videos properly; r=ksenia,webcompat-reviewers
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 104 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•