To summarise the last two messages: The Amazon Web Services ruleset (AmazonAWS.xml) contains this rule:
<rule from="^http://([^@:\.]+)\.s3-website-us-east-1\.amazonaws\.com/" to="https://$1.s3.amazonaws.com/" /> which breaks this site: http://fuzzywobble.s3-website-us-east-1.amazonaws.com/ Erik suggested labelling the ruleset as “partial” and disabling it by default. But it looks like it’s only the root of that domain that’s broken. The XML document returned contains a list of keys, each of which corresponds to another URL (eg style.css -> http://fuzzywobble.s3-website-us-east-1.amazonaws.com/style.css). I tried a couple of those URLs and they work. Therefore, I suggest labelling the website as “partial” and replacing the rule with: <rule from="^http://([^@:\.]+)\.s3-website-us-east-1\.amazonaws\.com/(.)" to="https://$1.s3.amazonaws.com/$2" /> -- Brian Drake All content created by me: Copyright<http://www.wipo.int/treaties/en/ip/berne/trtdocs_wo001.html>© 2014 Brian Drake. All rights reserved. On Mon, Jan 13, 2014 at 0257 (UTC), Drake, Brian <[email protected]>wrote: > I am only using the stable versions of HTTPS Everywhere. The latest stable > version of HTTPS Everywhere (3.4.5) does not affect this address. > > I looked at the development branch rules and it looks like they would > rewrite this address to: > > https://fuzzywobble.s3.amazonaws.com/ > > which gives the problem that Erik mentioned. > > -- > Brian Drake > > All content created by me: > Copyright<http://www.wipo.int/treaties/en/ip/berne/trtdocs_wo001.html>© 2014 > Brian Drake. All rights reserved. > > On Thu, Aug 29, 2013 at 0110 (UTC), Erik Harris <[email protected]>wrote: > >> This incredibly random site fails with HTTPS-Everywhere loaded. It >> loads as "This XML file does not appear to have any style information >> associated with it. The document tree is shown below." in Firefox until I >> disable the rule for Amazon Web Services. >> >> http://fuzzywobble.s3-website-us-east-1.amazonaws.com/ >> >> Perhaps the AWS rule needs to be labeled as "partial" and disabled by >> default. >> >> -- >> >> [snip] >> >
_______________________________________________ HTTPS-Everywhere mailing list [email protected] https://lists.eff.org/mailman/listinfo/https-everywhere
