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:

<!--
	Other Free Software Foundation rulesets:

		- GMP_Lib.org.xml
		- GNU.org.xml
		- GnuPG.org.xml


	Nonfunctional domains:

		- amt.fsf.org ¹
		- mirror.fsf.org ¹
		- shop.fsf.org		(redirects to http):
		- specialk.nongnu.org	(dropped)

	¹ Dropped	


	Fully covered domains:

		- fsf.org subdomains:

			- (www.)?
			- cas
			- crm
			- directory
			- donate		(→ my.fsf.org)
			- emailselfdefense
			- my
			- patron		(→ www.fsf.org)
			- piwik
			- static
			- status
			- u

		- bugs.gnewsense.org	(→ savannah.nongnu.org)

		- in *nongnu.org:

			- lists
			- savannah


	Mixed content:

		- Image on directory from static *

	* Secured by us

--><ruleset name="Free Software Foundation">

	<!--	Direct rewrites:
				-->
	<target host="fsf.org"/>
	<target host="cas.fsf.org"/>
	<target host="crm.fsf.org"/>
	<target host="directory.fsf.org"/>
	<target host="emailselfdefense.fsf.org"/>
	<target host="my.fsf.org"/>
	<target host="piwik.fsf.org"/>
	<target host="shop.fsf.org"/>
	<target host="static.fsf.org"/>
	<target host="status.fsf.org"/>
	<target host="u.fsf.org"/>
	<target host="www.fsf.org"/>

        <target host="lists.nongnu.org"/>
        <target host="savannah.nongnu.org"/>

	<!--	Complications:
				-->
	<target host="donate.fsf.org"/>
	<target host="patron.fsf.org"/>

	<target host="bugs.gnewsense.org"/>


		<!--	These paths redirect to http:

				- $
				- cart/$
				- category/\w+/$
				- product/\w+/$

			There may be more than are handled here that don't.
						-->
		<exclusion pattern="^http://shop\.fsf\.org/(?!faq/$|jf$|static/|termsofsale/$)"/>

			<!--	+ve:
					-->
			<test url="http://shop.fsf.org/cart/"/>
			<test url="http://shop.fsf.org/category/gnu-gear/"/>
			<test url="http://shop.fsf.org/category/signed/"/>
			<test url="http://shop.fsf.org/product/Introduction_to_Command_Line/"/>

			<!--	-ve:
					-->
			<test url="http://shop.fsf.org/faq/"/>
			<test url="http://shop.fsf.org/jf"/>
			<test url="http://shop.fsf.org/termsofsale/"/>

		<!--exclusion pattern="^http://specialk\.nongnu\.org/" /-->


	<!--	Not secured by server:
					-->
	<!--securecookie host="^my\.fsf\.org$" name="^_ZopeId$" /-->

	<!--	There's a cross-domain session cookie, which is not
		handled in case it's used on unsecurable pages.
			In particular, shop.fsf.org is not fully
		securable, and seems to share a login system with www.
		-->
	<securecookie host="^(?:\.crm|my|status)\.fsf\.org$" name=".+"/>


	<!--	- Shows www's data over https
		- 301s like so over http
						-->
	<rule from="^http://donate\.fsf\.org/" to="https://my.fsf.org/donate/"/>

	<!--	- Shows www data over https
		- Redirects like so over http
			-->
	<rule from="^http://patron\.fsf\.org/" to="https://www.fsf.org/patrons"/>

	<!--	Redirects like so.
					-->
	<rule from="^http://bugs\.gnewsense\.org/.*" to="https://savannah.nongnu.org/bugs/?group=gnewsense"/>

		<test url="http://bugs.gnewsense.org//"/>

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

</ruleset>

FSF.xml    File a bug

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

<!--
	Other Free Software Foundation rulesets:

		- GMP_Lib.org.xml
		- GNU.org.xml
		- GnuPG.org.xml


	Nonfunctional domains:

		- amt.fsf.org ¹
		- mirror.fsf.org ¹
		- shop.fsf.org		(redirects to http):
		- specialk.nongnu.org	(dropped)

	¹ Dropped	


	Fully covered domains:

		- fsf.org subdomains:

			- (www.)?
			- cas
			- crm
			- directory
			- donate		(→ my.fsf.org)
			- emailselfdefense
			- my
			- patron		(→ www.fsf.org)
			- piwik
			- static
			- status
			- u

		- bugs.gnewsense.org	(→ savannah.nongnu.org)

		- in *nongnu.org:

			- lists
			- savannah


	Mixed content:

		- Image on directory from static *

	* Secured by us

--><ruleset name="Free Software Foundation">

	<!--	Direct rewrites:
				-->
	<target host="fsf.org"/>
	<target host="cas.fsf.org"/>
	<target host="crm.fsf.org"/>
	<target host="directory.fsf.org"/>
	<target host="emailselfdefense.fsf.org"/>
	<target host="my.fsf.org"/>
	<target host="piwik.fsf.org"/>
	<target host="shop.fsf.org"/>
	<target host="static.fsf.org"/>
	<target host="status.fsf.org"/>
	<target host="u.fsf.org"/>
	<target host="www.fsf.org"/>

        <target host="lists.nongnu.org"/>
        <target host="savannah.nongnu.org"/>

	<!--	Complications:
				-->
	<target host="donate.fsf.org"/>
	<target host="patron.fsf.org"/>

	<target host="bugs.gnewsense.org"/>


		<!--	These paths redirect to http:

				- $
				- cart/$
				- category/\w+/$
				- product/\w+/$

			There may be more than are handled here that don't.
						-->
		<exclusion pattern="^http://shop\.fsf\.org/(?!faq/$|jf$|static/|termsofsale/$)"/>

			<!--	+ve:
					-->
			<test url="http://shop.fsf.org/cart/"/>
			<test url="http://shop.fsf.org/category/gnu-gear/"/>
			<test url="http://shop.fsf.org/category/signed/"/>
			<test url="http://shop.fsf.org/product/Introduction_to_Command_Line/"/>

			<!--	-ve:
					-->
			<test url="http://shop.fsf.org/faq/"/>
			<test url="http://shop.fsf.org/jf"/>
			<test url="http://shop.fsf.org/termsofsale/"/>

		<!--exclusion pattern="^http://specialk\.nongnu\.org/" /-->


	<!--	Not secured by server:
					-->
	<!--securecookie host="^my\.fsf\.org$" name="^_ZopeId$" /-->

	<!--	There's a cross-domain session cookie, which is not
		handled in case it's used on unsecurable pages.
			In particular, shop.fsf.org is not fully
		securable, and seems to share a login system with www.
		-->
	<securecookie host="^(?:\.crm|my|status)\.fsf\.org$" name=".+"/>


	<!--	- Shows www's data over https
		- 301s like so over http
						-->
	<rule from="^http://donate\.fsf\.org/" to="https://my.fsf.org/donate/"/>

	<!--	- Shows www data over https
		- Redirects like so over http
			-->
	<rule from="^http://patron\.fsf\.org/" to="https://www.fsf.org/patrons"/>

	<!--	Redirects like so.
					-->
	<rule from="^http://bugs\.gnewsense\.org/.*" to="https://savannah.nongnu.org/bugs/?group=gnewsense"/>

		<test url="http://bugs.gnewsense.org//"/>

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

</ruleset>

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