-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Two of the sites I read for news of different types weren't included in the rulesets I got when I installed HTTPS Everywhere, so I wrote rules for them. I've been using these rules for some weeks now, with no observed issues not already accounted for in the XML files.
techdirt.com mostly works via HTTPS, and the one exception I've found (rtb,techdirt.com) is explicitly excluded in the rules file. 'jobs.techreport.com' doesn't work (it appears to be externally hosted, and the certificate uses the domain name of the hosting site, resulting in a certificate mismatch) - but everything else I've found on that site seems to only use the bare domain 'techreport.com', which works fine. 'www.techreport.com' apparently redirects to the bare domain, which triggers the change to HTTPS via this rule. If that redirection occurs at the server end, it would probably be possible for an observer to catch the initial connection attempt unencrypted, so it might be worth having the rule cover "*.techreport.com" and explicitly exclude the jobs. server; however, I haven't spent time testing that yet, so I haven't included it. - -- The Wanderer Secrecy is the beginning of tyranny. A government exists to serve its citizens, not to control them. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQIcBAEBCgAGBQJTf8VhAAoJEASpNY00KDJrzFoQAJbRBhocJs7TqRWzciR5uG63 OGD8vpQYXx23fFQalKqxQ/mgmS0zDOyHdHUJcabljNjA3a8M6EFtA5QAJ/Yuxy/c caXcY87RcVQzFdSuAdbI9QXkpHedQOkZX1qHVaDMY3y75Xei4wN7c4aXfWc64FEd b3Ql75NGqAyn356nMceROuLXVbHbCv/93wwbj9sYVCWMYCxqNLVyQapdSlUS5bbp 0FO2ms28U1LJTX+wsLyc4gl0iBg7cKLGIog+8/fIq5vgaKp8tkF3sYD+ZbRuR0Re lMbS1tCWfgNXlxZhX6wsHmdm9KlSRA1xRwe2YSUZuK07nBwGqrVtM12tsy38Yx0L 3uiFPj2OkhA1l7tZC9FVFR7AzhAaLBJ9LXSPltqZq2HYsl4+DPKghPZbKx5+VY7/ rXDSyxFNWVCuZ+6qIhuJSuFvDcUzRNrYJe7Q4x1vYJRmuAYJ1h7FBY4hIEDIi3KQ EuiS4bza05Rh4Gtme1CEh+6iicTSUrZ//g1/74euSupANI8CIGP6p+ufS3VVcZ+/ vwsYZfJOWmPRPHaeWsdBSoINTzOL7ZMi/fV9JD6ey8MpLJnaug2z8OGxiFLMSTVe tdmoC12D6K7rOJBS2YDFTbA+JkSIdqucqXG9NDFxLWjW+blrUlXQuyUHqdYdQNJN oBL8mxYUHc3ngMyOCLf4 =40Rg -----END PGP SIGNATURE-----
<ruleset name="Techdirt"> <target host="techdirt.com" /> <target host="*.techdirt.com" /> <exclusion pattern="^http://rtb.techdirt.com/" /> <rule from="^http://([^@:/]+\.)?techdirt.com/" to="https://$1techdirt.com/" /> </ruleset>
<ruleset name="The Tech Report"> <target host="techreport.com" /> <rule from="^http://techreport.com/" to="https://techreport.com/" /> </ruleset>
techdirt.xml.sig
Description: PGP signature
techreport.xml.sig
Description: PGP signature
