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:

<!--
	Fully covered domains:

		- secure.ecs.soton.ac.uk

--><ruleset name="University of Southampton (partial)">

	<target host="noc.ac.uk"/>
	<!--
		* for cross-domain cookie.
					-->
	<target host="*.noc.ac.uk"/>
	<target host="soton.ac.uk"/>
	<target host="*.soton.ac.uk"/>
	<target host="www.southampton.ac.uk"/>


	<securecookie host="^(?:.*\.)?soton\.ac\.uk$" name=".+"/>
	<securecookie host="^www\.southampton\.ac\.uk$" name=".+"/>


	<!--	Cert is not valid for www.
						-->
	<rule from="^http://(www\.)?noc\.ac\.uk/" to="https://noc.ac.uk/"/>

	<rule from="^http://(?:www\.)?soton\.ac\.uk/" to="https://www.soton.ac.uk/"/>

	<rule from="^http://secure\.ecs\.soton\.ac\.uk/" to="https://secure.ecs.soton.ac.uk/"/>

	<test url="http://secure.ecs.soton.ac.uk/"/>
	<test url="http://secure.ecs.soton.ac.uk/mail/"/>
	<test url="http://secure.ecs.soton.ac.uk/login/"/>

	<rule from="^http://(www\.)?jobs\.soton\.ac\.uk/" to="https://$1jobs.soton.ac.uk/"/>

	<test url="http://www.jobs.soton.ac.uk/display.aspx?Id=1253&amp;pid=0"/>

	<!--	Cert is not valid for !www.
						-->
	<rule from="^http://(?:www\.)?noc\.soton\.ac\.uk/" to="https://www.noc.soton.ac.uk/"/>

	<!--	Cert is not valid for www.
						-->
	<rule from="^http://(?:www\.)?sussed\.soton\.ac\.uk/" to="https://sussed.soton.ac.uk/"/>

	<!--	!www doesn't exist.
					-->
	<rule from="^http://www\.southampton\.ac\.uk(?:\:443)?/" to="https://www.southampton.ac.uk/"/>

</ruleset>

University-of-Southampton.xml    File a bug

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

<!--
	Fully covered domains:

		- secure.ecs.soton.ac.uk

--><ruleset name="University of Southampton (partial)">

	<target host="noc.ac.uk"/>
	<!--
		* for cross-domain cookie.
					-->
	<target host="*.noc.ac.uk"/>
	<target host="soton.ac.uk"/>
	<target host="*.soton.ac.uk"/>
	<target host="www.southampton.ac.uk"/>


	<securecookie host="^(?:.*\.)?soton\.ac\.uk$" name=".+"/>
	<securecookie host="^www\.southampton\.ac\.uk$" name=".+"/>


	<!--	Cert is not valid for www.
						-->
	<rule from="^http://(www\.)?noc\.ac\.uk/" to="https://noc.ac.uk/"/>

	<rule from="^http://(?:www\.)?soton\.ac\.uk/" to="https://www.soton.ac.uk/"/>

	<rule from="^http://secure\.ecs\.soton\.ac\.uk/" to="https://secure.ecs.soton.ac.uk/"/>

	<test url="http://secure.ecs.soton.ac.uk/"/>
	<test url="http://secure.ecs.soton.ac.uk/mail/"/>
	<test url="http://secure.ecs.soton.ac.uk/login/"/>

	<rule from="^http://(www\.)?jobs\.soton\.ac\.uk/" to="https://$1jobs.soton.ac.uk/"/>

	<test url="http://www.jobs.soton.ac.uk/display.aspx?Id=1253&amp;pid=0"/>

	<!--	Cert is not valid for !www.
						-->
	<rule from="^http://(?:www\.)?noc\.soton\.ac\.uk/" to="https://www.noc.soton.ac.uk/"/>

	<!--	Cert is not valid for www.
						-->
	<rule from="^http://(?:www\.)?sussed\.soton\.ac\.uk/" to="https://sussed.soton.ac.uk/"/>

	<!--	!www doesn't exist.
					-->
	<rule from="^http://www\.southampton\.ac\.uk(?:\:443)?/" to="https://www.southampton.ac.uk/"/>

</ruleset>

University-of-Southampton.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;