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:

<!--
	Nonfunctional:

		- blogs.fasthosts.co.uk		(times out)
		- (www.)fasthostsinternet.com	(times out)
		- (www.)fasthostsreviews.com	(ditto)

--><ruleset name="Fasthosts (partial)">

	<target host="fasthosts.co.uk"/>
	<target host="*.fasthosts.co.uk"/>
		<test url="http://admin.fasthosts.co.uk/"/>
		<test url="http://login.fasthosts.co.uk/"/>
		<test url="http://order.fasthosts.co.uk/"/>
	<target host="*.prositehosting.co.uk"/>
	<target host="ukreg.com"/>
	<target host="www.ukreg.com"/>

	<securecookie host="^.*\.fasthosts\.co\.uk$" name=".+"/>
	<securecookie host="^www\.ukreg\.com$" name=".+"/>

	<!--
		2018 Update:
		JS no longer in use at this path

		https://trac.torproject.org/projects/tor/ticket/11373

		Tracking script that redirects pages to http.

		favicon picked simply because it is
		(or should be) innocuous:

		<rule from="^https://www\.fasthosts\.co\.uk/js/track\.js"
			to="https://www.fasthosts.co.uk/favicon.ico" />
	-->

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

	<rule from="^http://secure(\d|1[0-3-9]|2[0-4]|5[26])\.prositehosting\.co\.uk/" to="https://secure$1.prositehosting.co.uk/"/>
		<test url="http://secure32.prositehosting.co.uk/"/>
		<test url="http://secure4.prositehosting.co.uk/"/>
		<test url="http://secure3.prositehosting.co.uk/"/>
		<test url="http://secure5.prositehosting.co.uk/"/>
		<test url="http://secure6.prositehosting.co.uk/"/>
		<test url="http://secure41.prositehosting.co.uk/"/>
		<test url="http://secure33.prositehosting.co.uk/"/>

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

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

Fasthosts.xml    File a bug

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

<!--
	Nonfunctional:

		- blogs.fasthosts.co.uk		(times out)
		- (www.)fasthostsinternet.com	(times out)
		- (www.)fasthostsreviews.com	(ditto)

--><ruleset name="Fasthosts (partial)">

	<target host="fasthosts.co.uk"/>
	<target host="*.fasthosts.co.uk"/>
	<target host="*.prositehosting.co.uk"/>
	<target host="ukreg.com"/>
	<target host="www.ukreg.com"/>


	<securecookie host="^.*\.fasthosts\.co\.uk$" name=".+"/>
	<securecookie host="^www\.ukreg\.com$" name=".+"/>


	<!--	https://trac.torproject.org/projects/tor/ticket/11373

		Tracking script that redirects pages to http.

		favicon picked simply because it is
		(or should be) innocuous:
						-->
	<rule from="^https://www\.fasthosts\.co\.uk/js/track\.js" to="https://www.fasthosts.co.uk/favicon.ico"/>

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

	<rule from="^http://(admin|login|order)\.fasthosts\.co\.uk/" to="https://$1.fasthosts.co.uk/"/>

	<rule from="^http://secure(\d|1[0-3-9]|2[0-4]|5[26])\.prositehosting\.co\.uk/" to="https://secure$1.prositehosting.co.uk/"/>

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

</ruleset>

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