nodejs.org
HTTPS Everywhere currently rewrites requests to nodejs.org (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 Joyent coverage, see Joyent.xml. Nonfunctional hosts in *nodejs.org: - build * - logs * ¹ Shows ^nodejs.org * Refused Problematic hosts in *nodejs.org: - blog * - jobs ¹ * Redirects to http ¹ Mismatched, CN: *.simply-partner.com Mixed content: - css on jobs from fonts.googleapis.com * * Secured by us --><ruleset name="nodejs.org (partial)"> <!-- Direct rewrites: --> <target host="nodejs.org"/> <target host="www.nodejs.org"/> <!-- Complications: --> <target host="blog.nodejs.org"/> <!-- CloudFlare cookies: --> <!--securecookie host="^\.nodejs\.org$" name="^(?:__cfduid|cf_clearance)$" /--> <securecookie host=".+" name=".+"/> <!-- Redirect drops path and forward slash, but not args: --> <rule from="^http://blog\.nodejs\.org/[^?]*" to="https://nodejs.org/"/> <test url="http://blog.nodejs.org/home.php"/> <rule from="^http:" to="https:"/> </ruleset>
The release branch contains the following rules that are enabled by default:
<!-- For other Joyent coverage, see Joyent.xml. Nonfunctional hosts in *nodejs.org: - build * - logs * ¹ Shows ^nodejs.org * Refused Problematic hosts in *nodejs.org: - blog * - jobs ¹ * Redirects to http ¹ Mismatched, CN: *.simply-partner.com Mixed content: - css on jobs from fonts.googleapis.com * * Secured by us --><ruleset name="nodejs.org (partial)"> <!-- Direct rewrites: --> <target host="nodejs.org"/> <target host="www.nodejs.org"/> <!-- Complications: --> <target host="blog.nodejs.org"/> <!-- CloudFlare cookies: --> <!--securecookie host="^\.nodejs\.org$" name="^(?:__cfduid|cf_clearance)$" /--> <securecookie host=".+" name=".+"/> <!-- Redirect drops path and forward slash, but not args: --> <rule from="^http://blog\.nodejs\.org/[^?]*" to="https://nodejs.org/"/> <test url="http://blog.nodejs.org/home.php"/> <rule from="^http:" to="https:"/> </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.