packages feed

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

<!--
	For other Amazon coverage, see Amazon.xml.


	Does work:

		- /ap/
		- a few pages under gp/

	Doesn't work:

		- Everything else

-->
<ruleset name="Amazon Japan (partial)">

	<target host="amazon.co.jp" />
	<target host="www.amazon.co.jp" />
		<!--
			Search redirects to http.

		<exclusion pattern="^http://www\.amazon\.[\w\.]+/(?:gp/search\?|mn/search(?:$|\?)|s(?:/|\?rh=))" /-->


	<!--	There is very little support on JP website.

		Possibly more than is covered in this rule, though.
									-->
	<rule from="^http://(?:www\.)?amazon\.co\.jp/(ap|gp/(?:bestsellers|cart|cobrandcard|registry|uedata))/"
		to="https://www.amazon.co.jp/$1/" />

</ruleset>