Skip to content

Commit 0f9904f

Browse files
committed
Merge pull request EFForg#2250 from finaljason/fix-ytchromeless
[YouTube.com] fix embedded videos
2 parents b679127 + c0a2487 commit 0f9904f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/chrome/content/rules/YouTube.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,10 @@
219219
<target host="youtu.be" />
220220
<target host="www.youtube-nocookie.com"/>
221221

222+
<!-- Many third-party flash applications which make use of the chromeless YouTube player via the deprecated Flash API (AS3) break if we rewrite their requests to HTTPS. -->
223+
224+
<exclusion pattern="^http://www\.youtube\.com/apiplayer" />
225+
<test url="http://www.youtube.com/apiplayer" />
222226

223227
<!-- Not secured by server:
224228
-->

0 commit comments

Comments
 (0)