packages feed

https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/Polldaddy.xml

<ruleset name="Polldaddy (buggy)" default_off="breaks embedded polls">

	<target host="polldaddy.com" />
	<target host="*.polldaddy.com" />
		<exclusion pattern="^http://i\.polldaddy\.com/" />
	<target host="i0.poll.fm" />


	<securecookie host="^polls\.polldaddy\.com$" name=".*" />


	<rule from="^https?://(?:www\.)?polldaddy\.com/"
		to="https://polldaddy.com/" />

	<rule from="^https?://static\.polldaddy\.com/"
		to="https://secure.polldaddy.com/" />

	<rule from="^http://([^@:\./]+)\.polldaddy\.com/"
		to="https://$1.polldaddy.com/"/>

	<rule from="^https?://i0\.poll\.fm/"
		to="https://polldaddy.com/" />

</ruleset>