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:

<!--
	Problematic domains:

		- (www.)clickbank.net *

	* Refused


	Fully covered domains:

		- (www.)clickbank.net	(→ www.clickbank.com)
		- ssl.clickbank.net

		- clickbank.com subdomains:

			- (www.)
			- accounts
			- support


	Mixed content:

		- css on www.clickbank.com from $self ¹

		- Images on www.clickbank.com from $self ²

	¹ Secured by us, minimal effect
	² Secured by us


	These altnames don't exist:

		- www.ssl.clickbank.net

--><ruleset name="ClickBank">

	<target host="clickbank.com"/>
	<target host="*.clickbank.com"/>
	<target host="clickbank.net"/>
	<target host="*.clickbank.net"/>


	<!--	Secured by server:
					-->
	<!--securecookie host="^accounts\.clickbank\.com$" name="^JSESSIONID$" /-->
	<!--securecookie host="^support\.clickbank\.com$" name="^(_zendesk_session|_zendesk_shared_session)$" /-->
	<!--
		Not secured by server:
					-->
	<!--securecookie host="^\.accounts\.clickbank\.com$" name="^locale$" /-->

	<securecookie host="^(?:\.accounts|www)?\.clickbank\.com$" name=".+"/>
	<securecookie host="^(?:ssl)?\.clickbank\.net$" name=".+"/>


	<rule from="^http://((?:accounts|support|www)\.)?clickbank\.com/" to="https://$1clickbank.com/"/>

	<!--	Redirect behavior differs between !www and www:
								-->
	<rule from="^http://www\.clickbank\.net/+\??$" to="https://www.clickbank.com/"/>

	<rule from="^http://(?:www\.)?clickbank\.net/.*" to="https://www.clickbank.com/network_abuse.html"/>

	<rule from="^http://ssl\.clickbank\.net/" to="https://ssl.clickbank.net/"/>

</ruleset>

ClickBank.xml    File a bug

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

<!--
	Problematic domains:

		- (www.)clickbank.net *

	* Refused


	Fully covered domains:

		- (www.)clickbank.net	(→ www.clickbank.com)
		- ssl.clickbank.net

		- clickbank.com subdomains:

			- (www.)
			- accounts
			- support


	Mixed content:

		- css on www.clickbank.com from $self ¹

		- Images on www.clickbank.com from $self ²

	¹ Secured by us, minimal effect
	² Secured by us


	These altnames don't exist:

		- www.ssl.clickbank.net

--><ruleset name="ClickBank">

	<target host="clickbank.com"/>
	<target host="*.clickbank.com"/>
	<target host="clickbank.net"/>
	<target host="*.clickbank.net"/>


	<!--	Secured by server:
					-->
	<!--securecookie host="^accounts\.clickbank\.com$" name="^JSESSIONID$" /-->
	<!--securecookie host="^support\.clickbank\.com$" name="^(_zendesk_session|_zendesk_shared_session)$" /-->
	<!--
		Not secured by server:
					-->
	<!--securecookie host="^\.accounts\.clickbank\.com$" name="^locale$" /-->

	<securecookie host="^(?:\.accounts|www)?\.clickbank\.com$" name=".+"/>
	<securecookie host="^(?:ssl)?\.clickbank\.net$" name=".+"/>


	<rule from="^http://((?:accounts|support|www)\.)?clickbank\.com/" to="https://$1clickbank.com/"/>

	<!--	Redirect behavior differs between !www and www:
								-->
	<rule from="^http://www\.clickbank\.net/+\??$" to="https://www.clickbank.com/"/>

	<rule from="^http://(?:www\.)?clickbank\.net/.*" to="https://www.clickbank.com/network_abuse.html"/>

	<rule from="^http://ssl\.clickbank\.net/" to="https://ssl.clickbank.net/"/>

</ruleset>

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