httpse-ruleset-bug - Bright Cove

httpse-ruleset-bug

On the RGJ.com website, they post videos. One ruleset prevents the videos from playing correctly. You get a black screen when the ruleset below is enabled.

The video is at the link below. I disabled the brightcove ruleset and it works correctly. XML source is below

http://www.rgj.com/article/20140102/SPORTS06/301020026/Chris-Murray-West-s-breakout-performance-has-Nevada-basketball-hopeful-MWC-watch-video-

<target host="*.brightcove.com" />
	<exclusion pattern="^http://(?:www\.)?brightcove\.com/(?!sites/|timetrade-iframe\.html)" />
	<exclusion pattern="^http://blog\.brightcove\.com/(?!sites/)" />
	<!--
		Videos fail to load.

		https://mail1.eff.org/pipermail/https-everywhere-rules/2012-July/001243.html
												-->
	<exclusion pattern="^http://admin\.brightcove\.com/crossdomain\.xml" />
	<!--
		https://mail1.eff.org/pipermail/https-everywhere-rules/2013-May/001587.html
												-->
	<exclusion pattern="^http://admin\.brightcove\.com/viewer/us20[\d\.]+/BrightcoveBootloader\.swf(?:\?|$)" />
	<!--exclusion pattern="^https?://c\.brightcove\.com/services/messagebroker/amf\?playerId=" /-->
	<exclusion pattern="^http://admin\.brightcove\.com/viewer/.+\.swf(?:\?|$)" />

<!--securecookie host="^\.brightcove\.com$" name="^(test|vorpal-signature|vorpal-user)$" /-->
<securecookie host="^\w.*\.brightcove\.com$" name=".+" />

<rule from="^http://c\.brightcove\.com/services/viewer/"
	to="https://secure.brightcove.com/services/viewer/" />

<rule from="^http://((?:api|(?:read\.|write\.)?appcloud|blog|docs|files|img|metrics|my|register|secure|signin|videocloud|www)\.)?brightcove\.com/"
	to="https://$1brightcove.com/" />

<!--	At least the homepage redirects to http.
						-->
<rule from="^http://support\.brightcove\.com/(en/contact$|sites/)"
	to="https://support.brightcove.com/$1" />

<rule from="^https?://s?admin\.brightcove\.com/"
	to="https://sadmin.brightcove.com/" />

<rule from="^http://services\.brightcove\.com/"
	to="https://secure.brightcove.com/" />

Trac:
Username: nhraj700