packages feed

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

<ruleset name="Uservoice (partial)">

	<target host="uservoice.com"/>
	<target host="*.uservoice.com"/>
  <!--	https://trac.torproject.org/projects/tor/ticket/7273
  	https://trac.torproject.org/projects/tor/ticket/8199 -->
  <exclusion pattern="^http://(?:blog|email|developer)\.uservoice\.com"/>


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


	<rule from="^http://(?:www\.)?uservoice\.com/images/"
		to="https://cdn.uservoice.com/images/"/>

	<!--	accounts
		1st-party matches: app, cdn, developer, translate	-->
	<rule from="^http://([^w]\w*|\w*[^w]|\w{1,2}|\w{4,})\.uservoice\.com/"
		to="https://$1.uservoice.com/"/>

</ruleset>