HTTPS Everywhere Atlas

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:

<ruleset name="Consumer Reports">
	<!-- consumerreports.org -->
	<target host="consumerreports.org"/>
	<target host="www.consumerreports.org"/>
	<target host="custhelp.consumerreports.org"/>
	<target host="ec.consumerreports.org"/>
	<target host="news.consumerreports.org"/>
	<target host="web.consumerreports.org"/>

	<!-- consumerreportscdn.org -->
	<target host="static1.consumerreportscdn.org"/>
	<target host="static2.consumerreportscdn.org"/>
	<target host="static3.consumerreportscdn.org"/>
	<target host="static4.consumerreportscdn.org"/>
	<target host="static5.consumerreportscdn.org"/>

	<securecookie host="^ec\.consumerreports\.org$" name=".+"/>

	<rule from="^http:" to="https:"/>
</ruleset>

ConsumerReports.xml    File a bug

The release branch contains the following rules that are enabled by default:

<!--
	For rules causing false/broken MCB, see Consumer_Reports.com-falsemixed.xml.

	consumerreports.custhelp.com is handled in RightNow-clients.xml.


	CDN buckets:

		- dffe75s34hxl9.cloudfront.net
			- static[1-4].consumerreportscdn.org

		- news-consumerreports-org-1342602336.us-east-1.elb.amazonaws.com
			- news.consumerreports.org


	Nonfunctional domains:

		- news.consumerreports.org


	Problematic domains:

		- (www.)consumerreports.org *
		- web.consumerreports.org *

	* Mixed css


	Insecure cookies are set for these domains:

		- .
		- ec


	Mixed content:

		- css on web and www from static[1-4].consumerreportscdn.org *

	* Secured by us

--><ruleset name="Consumer Reports (partial)">

	<target host="consumerreports.org"/>
	<target host="ec.consumerreports.org"/>
	<target host="web.consumerreports.org"/>
	<target host="www.consumerreports.org"/>
		<!--
			Avoid broken MCB:
						-->
		<exclusion pattern="^http://(?:web\.|www\.)?consumerreports\.org/+(?!etc/|favicon\.ico)"/>
	<target host="*.consumerreportscdn.org"/>


	<!--	Not secured by server:
					-->
	<!--securecookie host="^\.consumerreports\.org$" name="^(userKeycodes|userReferrer)$" /-->
	<!--securecookie host="^ec\.consumerreports\.org$" name="^(JSESSIONID|pwipersist)$" /-->

	<securecookie host="^ec\.consumerreports\.org$" name=".+"/>


	<!--	Cert only matches www.
					-->
	<rule from="^http://(?:www\.)?consumerreports\.org/" to="https://www.consumerreports.org/"/>

	<!--	Many (all?) paths 301 back.

	<rule from="^http://custhelp\.consumerreports\.org/"
		to="https://consumerreports.custhelp.com/" /-->

	<rule from="^http://(ec|web)\.consumerreports\.org/" to="https://$1.consumerreports.org/"/>

	<rule from="^http://static[1-4]\.consumerreportscdn\.org/" to="https://dffe75s34hxl9.cloudfront.net/"/>

</ruleset><!-- Rule generated by HTTPS Finder 0.77 -->

ConsumerReports.xml    File a bug

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.

Information current as of:


current release 6a955e7 2018-11-01 05:00:06 -0700;
next release e7f9f87 2018-12-14 12:11:54 -0700;