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:

<!--
	Self-signed certificate:
		adopt.nature.org
		change.nature.org
		dr.nature.org
		earthday.nature.org
		help.nature.org
		m.nature.org
		my.nature.org
		origin-stage.nature.org
		origin-www.nature.org
		search.nature.org (http redirects to www.nature.org)
		shop.nature.org
		m.support.nature.org (http redirects to www.nature.org)

	Mismatched:
		blog.nature.org
		giftplanning.nature.org
		jobs.nature.org

	Expired certificate:
		future.nature.org
		secure.nature.org (http redirects to www.nature.org)
	
	Broken chain cert:
		nature.org
		voice.nature.org

	Different content http/https
		magazine.nature.org
		magazinestage.nature.org
		naturerocksstage.nature.org

	Mixed content:
		water.nature.org

	Problematic:
		support.nature.org (see https://github.com/EFForg/https-everywhere/issues/14523)

--><ruleset name="Nature.org">

	<target host="nature.org"/>
	<target host="www.nature.org"/>
	<target host="blog.nature.org"/>
	<target host="careers.nature.org"/>
	<target host="gift.nature.org"/>
	<target host="gifts.nature.org"/>
	<target host="global.nature.org"/>
	<target host="global.staging.nature.org"/>
	<target host="stage.nature.org"/>

	<rule from="^http://nature\.org/" to="https://www.nature.org/"/>

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

</ruleset>

Nature.org.xml    File a bug

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

<!--
	Self-signed certificate:
		adopt.nature.org
		change.nature.org
		dr.nature.org
		earthday.nature.org
		help.nature.org
		m.nature.org
		my.nature.org
		origin-stage.nature.org
		origin-www.nature.org
		search.nature.org (http redirects to www.nature.org)
		shop.nature.org
		m.support.nature.org (http redirects to www.nature.org)

	Mismatched:
		blog.nature.org
		giftplanning.nature.org
		jobs.nature.org

	Expired certificate:
		future.nature.org
		secure.nature.org (http redirects to www.nature.org)
	
	Broken chain cert:
		nature.org
		voice.nature.org

	Different content http/https
		magazine.nature.org
		magazinestage.nature.org
		naturerocksstage.nature.org

	Mixed content:
		water.nature.org

	Problematic:
		support.nature.org (see https://github.com/EFForg/https-everywhere/issues/14523)

--><ruleset name="Nature.org">

	<target host="nature.org"/>
	<target host="www.nature.org"/>
	<target host="blog.nature.org"/>
	<target host="careers.nature.org"/>
	<target host="gift.nature.org"/>
	<target host="gifts.nature.org"/>
	<target host="global.nature.org"/>
	<target host="global.staging.nature.org"/>
	<target host="stage.nature.org"/>

	<rule from="^http://nature\.org/" to="https://www.nature.org/"/>

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

</ruleset>

Nature.org.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;