Closed
Bug 1167312
Opened 10 years ago
Closed 10 years ago
Remove Amazon and IMDb from shumway.swf.whitelist pref
Categories
(Firefox Graveyard :: Shumway, defect)
Firefox Graveyard
Shumway
Tracking
(firefox41 fixed)
RESOLVED
FIXED
Firefox 41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: cpeterson, Assigned: cpeterson)
References
Details
Attachments
(1 file)
1.22 KB,
patch
|
till
:
review+
|
Details | Diff | Splinter Review |
Amazon and IMDb videos are currently broken (bug 1150189 and bug 1164013). Tobias says IMDb is now using HLS video, repacking into MP4 in Flash. Amazon is probably doing something similar.
Since the Shumway team's current focus is Flash ads, not videos, we should just remove Amazon and IMDB from our shumway.swf.whitelist pref since this seems to be a content change, not a Shumway regression.
See bug 1137433 for the code where IMDb was added to the shumway.swf.whitelist pref.
Comment 1•10 years ago
|
||
Please notice that pref entry shall exist and be set to the non-empty value. I suggest "http://www.areweflashyet.com/*".
Assignee | ||
Comment 2•10 years ago
|
||
Replace the Amazon/IMDb whitelist with the whitelist that Yury recommended in comment 1, but include a "*.swf" suffix because that is pattern format that was used for the Amazon/IMDb patterns. It's also Shumway's default whitelist for platforms that don't support platform video decoders:
https://github.com/mozilla/shumway/blob/a7de3ad334098582ddb630a85e088a10b29b56db/extension/firefox/content/ShumwayBootstrapUtils.jsm#L121
Comment 3•10 years ago
|
||
Comment on attachment 8611032 [details] [diff] [review]
shumway-whitelist-pref.patch
Review of attachment 8611032 [details] [diff] [review]:
-----------------------------------------------------------------
Excellent, thank you!
I filed bug 1168761 for removing some special-casing in our code.
Attachment #8611032 -
Flags: review?(till) → review+
Comment 5•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 41
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•