Bug 1137433 - Add IMDb video player to Shumway's SWF whitelist. r=gavin

This commit is contained in:
Yury Delendik 2015-02-26 14:50:23 -06:00
parent 6e5c140ee9
commit ca618c8fad

View File

@ -1683,7 +1683,7 @@ pref("pdfjs.previousHandler.alwaysAskBeforeHandling", false);
pref("shumway.disabled", true); pref("shumway.disabled", true);
#else #else
pref("shumway.disabled", false); pref("shumway.disabled", false);
pref("shumway.swf.whitelist", "http://g-ecx.images-amazon.com/*/AiryBasicRenderer*.swf"); pref("shumway.swf.whitelist", "http://g-ecx.images-amazon.com/*/AiryBasicRenderer*.swf,http://z-ecx.images-amazon.com/*/AiryFlashlsRenderer._TTW_.swf,http://ia.media-imdb.com/*/AiryFlashlsRenderer._TTW_.swf");
#endif #endif
#endif #endif