amazon.co.uk
HTTPS Everywhere currently rewrites requests to amazon.co.uk (or its subdomains).
Embedded content loaded from third-party domains (for example, YouTube, Google Analytics, ad networks, or CDNs) may also be affected. You can test this by loading the web page in question in a browser with HTTPS Everywhere installed and pulling down the HTTPS Everywhere rules menu. This will show a list of HTTPS Everywhere rules that were applied as the page was loaded, including rules that might have affected embedded content from other domains.
The stable (as yet unreleased) branch contains the following rule that is enabled by default:
<!-- For other Amazon coverage, see Amazon.xml. Problematic hosts in *amazon.co.uk: - m ʳ ʳ Refused, preemptable redirect --><ruleset name="Amazon.co.uk"> <target host="amazon.co.uk"/> <target host="aan.amazon.co.uk"/> <target host="advertising.amazon.co.uk"/> <target host="affiliate-program.amazon.co.uk"/> <target host="associates.amazon.co.uk"/> <target host="ams.amazon.co.uk"/> <target host="completion.amazon.co.uk"/> <target host="fls-eu.amazon.co.uk"/> <target host="kindle.amazon.co.uk"/> <target host="local.amazon.co.uk"/> <target host="m.amazon.co.uk"/> <target host="payments.amazon.co.uk"/> <target host="rcm-uk.amazon.co.uk"/> <target host="sellercentral.amazon.co.uk"/> <target host="services.amazon.co.uk"/> <target host="tickets.amazon.co.uk"/> <target host="ws.amazon.co.uk"/> <target host="www1.amazon.co.uk"/> <securecookie host=".+" name=".+"/> <!-- Redirect drops path and forward slash, but not args: --> <rule from="^http://m\.amazon\.co\.uk/[^?]*" to="https://www.amazon.co.uk/gp/aw"/> <test url="http://m.amazon.co.uk/index.htm"/> <rule from="^http:" to="https:"/> <exclusion pattern="^http://associates\.amazon\.co\.uk/$"/> <test url="http://associates.amazon.co.uk/gp/advertising/api/detail/agreement.html"/> </ruleset>
The release branch contains the following rules that are enabled by default:
<!-- For other Amazon coverage, see Amazon.xml. Problematic hosts in *amazon.co.uk: - m ʳ ʳ Refused, preemptable redirect --><ruleset name="Amazon.co.uk"> <target host="amazon.co.uk"/> <target host="aan.amazon.co.uk"/> <target host="advertising.amazon.co.uk"/> <target host="affiliate-program.amazon.co.uk"/> <target host="associates.amazon.co.uk"/> <target host="ams.amazon.co.uk"/> <target host="completion.amazon.co.uk"/> <target host="fls-eu.amazon.co.uk"/> <target host="kindle.amazon.co.uk"/> <target host="local.amazon.co.uk"/> <target host="m.amazon.co.uk"/> <target host="payments.amazon.co.uk"/> <target host="rcm-uk.amazon.co.uk"/> <target host="sellercentral.amazon.co.uk"/> <target host="services.amazon.co.uk"/> <target host="tickets.amazon.co.uk"/> <target host="ws.amazon.co.uk"/> <target host="www1.amazon.co.uk"/> <securecookie host=".+" name=".+"/> <!-- Redirect drops path and forward slash, but not args: --> <rule from="^http://m\.amazon\.co\.uk/[^?]*" to="https://www.amazon.co.uk/gp/aw"/> <test url="http://m.amazon.co.uk/index.htm"/> <rule from="^http:" to="https:"/> <exclusion pattern="^http://associates\.amazon\.co\.uk/$"/> <test url="http://associates.amazon.co.uk/gp/advertising/api/detail/agreement.html"/> </ruleset>
The HTTPS Everywhere developers welcome corrections and updates to rules. Please see our developer information and documentation of the ruleset format. If filing a bug in the Tor Project's Trac bug tracker, you can use the shared username and password cypherpunks / writecode; please ensure that the bug is marked as applying to HTTPS Everywhere.