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:

<!--
	For rules causing false/broken MCB, see ICANN.org-falsemixed.xml.


	Problematic subdomains:

		- www.atlarge ¹
		- nomcom ²

	¹ Cert only matches *.icann.org
	² Refused


	Partially covered subdomains:

		- newgtlds ¹
		- nomcom ²
		- whois ¹

	¹ Avoiding broken MCB
	² \w.* doesn't redirect


	Fully covered subdomains:

		- (www.)?
		- archive
		- (www.)?aso
		- (www.)?atlarge	(www → ^)
		- atlarge-lists
		- atlas
		- blog
		- ccnso
		- gnso
		- charts
		- community
		- forms
		- forum
		- gac
		- mm.gac
		- gacweb
		- gnso
		- gtldresult
		- me
		- meetings
		- mm
		- new
		- prague44
		- public


	These altnames don't exist:

		- lists.aso.icann.org


	Mixed content:

		- iframes, on:

			- atlarge from www.google.com *
			- newgtlds from www.youtube.com *

		- css, on:

			- newgtlds from $self *
			- whois from $self *

		- Images, on:

			- archive from $self *
			- atlarge, forum, meetings from www *
			- ccnso, gnso, meetings, prague44 from $location\d+
			- meetings from $self *
			- newgtlds from $self *
			- whois from $self *

		- favicons, on:

			- gtldresult from www *
			- newgtlds from $self *
			- whois from $self *

		- Bug on atlarge from badge.facebook.com *

	* Secured by us

--><ruleset name="ICANN.org (partial)">

	<target host="icann.org"/>
	<target host="*.icann.org"/>
		<exclusion pattern="^http://nomcom\.icann\.org/+(?!$|\?)"/>
		<!--
			Avoid broken MCB:
						-->
		<exclusion pattern="^http://(?:newgtlds|whois)\.icann\.org/+(?!sites/)"/>


	<securecookie host="(?:.*\.)?icann\.org$" name=".+"/>


	<rule from="^http://(?:www\.)?atlarge\.icann\.org/" to="https://atlarge.icann.org/"/>

	<!--	Redirect keeps args:
					-->
	<rule from="^http://nomcom\.icann\.org/+(?=$|\?)" to="https://www.icann.org/en/groups/nomcom"/>

	<rule from="^http://((?:archive|(?:www\.)?aso|atlarge-lists|atlas|blog|ccnso|charts|community|forms|forum|gac|mm\.gac|gacweb|gnso|gtldresult|me|meetings|mm|new|newgtlds|prague44|public|whois|www)\.)?icann\.org/" to="https://$1icann.org/"/>

</ruleset>

ICANN.xml    File a bug

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

<!--
	For rules causing false/broken MCB, see ICANN.org-falsemixed.xml.


	Problematic subdomains:

		- www.atlarge ¹
		- nomcom ²

	¹ Cert only matches *.icann.org
	² Refused


	Partially covered subdomains:

		- newgtlds ¹
		- nomcom ²
		- whois ¹

	¹ Avoiding broken MCB
	² \w.* doesn't redirect


	Fully covered subdomains:

		- (www.)?
		- archive
		- (www.)?aso
		- (www.)?atlarge	(www → ^)
		- atlarge-lists
		- atlas
		- blog
		- ccnso
		- gnso
		- charts
		- community
		- forms
		- forum
		- gac
		- mm.gac
		- gacweb
		- gnso
		- gtldresult
		- me
		- meetings
		- mm
		- new
		- prague44
		- public


	These altnames don't exist:

		- lists.aso.icann.org


	Mixed content:

		- iframes, on:

			- atlarge from www.google.com *
			- newgtlds from www.youtube.com *

		- css, on:

			- newgtlds from $self *
			- whois from $self *

		- Images, on:

			- archive from $self *
			- atlarge, forum, meetings from www *
			- ccnso, gnso, meetings, prague44 from $location\d+
			- meetings from $self *
			- newgtlds from $self *
			- whois from $self *

		- favicons, on:

			- gtldresult from www *
			- newgtlds from $self *
			- whois from $self *

		- Bug on atlarge from badge.facebook.com *

	* Secured by us

--><ruleset name="ICANN.org (partial)">

	<target host="icann.org"/>
	<target host="*.icann.org"/>
		<exclusion pattern="^http://nomcom\.icann\.org/+(?!$|\?)"/>
		<!--
			Avoid broken MCB:
						-->
		<exclusion pattern="^http://(?:newgtlds|whois)\.icann\.org/+(?!sites/)"/>


	<securecookie host="(?:.*\.)?icann\.org$" name=".+"/>


	<rule from="^http://(?:www\.)?atlarge\.icann\.org/" to="https://atlarge.icann.org/"/>

	<!--	Redirect keeps args:
					-->
	<rule from="^http://nomcom\.icann\.org/+(?=$|\?)" to="https://www.icann.org/en/groups/nomcom"/>

	<rule from="^http://((?:archive|(?:www\.)?aso|atlarge-lists|atlas|blog|ccnso|charts|community|forms|forum|gac|mm\.gac|gacweb|gnso|gtldresult|me|meetings|mm|new|newgtlds|prague44|public|whois|www)\.)?icann\.org/" to="https://$1icann.org/"/>

</ruleset>

ICANN.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;