packages feed

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

<ruleset name="POP (partial)">

	<target host="pop.com.br"/>
	<target host="www.pop.com.br"/>

	<rule from="^http://pop\.com\.br/"
		to="https://pop.com.br/"/>

	<!--	the same directories within an area directory redirect to http
		e.g.:
			- home/_css/
			- header/_fonts/		-->
	<rule from="^http://www\.pop\.com\.br/_(css|fonts|imagens|swf)/"
		to="https://www.pop.com.br/_$1/"/>

</ruleset>