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:

<!--
	CDN buckets:

		- cdn.lumension.com.edgesuite.net

			- marketing.cdn
			- leic


	Nonfunctional subdomains:

		- my *

	* Redirects to sftp, some paths 404


	Problematic subdomains:

		- blog ¹
		- marketing.cdn ²
		- leic ²

	¹ Works, bluehost
	² Works, akamai


	Partially covered subdomains:

		- blog ¹	(→ bluehost)
		- leic ¹	(→ akamai)
		- my ²		(→ www)

	¹ Avoiding user-visible paths
	² Some redirects preempted


	Fully covered subdomains:

		- (www.)
		- marketing.cdn		(→ akamai)
		- portal
		- sftp
		- support


	Mixed content:

		- css on leic from www *

		- Images, on:

			- blog and leic from marketing.cdn *
			- blog and leic from www *

	* Secured by us

--><ruleset name="Lumension.com (partial)">

	<target host="lumension.com"/>
	<target host="*.lumension.com"/>
		<!--
			Avoid user-visible paths:
							-->
		<!--exclusion pattern="^http://blog\.bluehost\.com/+(?!favicon\.ico|wp-content/)" /-->
		<exclusion pattern="^http://leic\.lumensions\.com/+(?!css/|images/)"/>
		<!--exclusion pattern="^http://my\.lumension\.com/+(?!$|\?|partner_request_form\.jsp)" /-->


	<securecookie host="^\.lumension\.com$" name="^_mkto_trk$"/>


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

	<rule from="^http://blog\.lumension\.com/favicon\.ico" to="https://secure.bluehost.com/~lumensio/blog_prod/favicon.ico"/>

	<rule from="^http://blog\.lumension\.com/wp-content/" to="https://secure.bluehost.com/~lumensio/blog_prod/wp-content/"/>

	<rule from="^http://my\.lumension\.com/+(?:\?.*)?$" to="https://www.lumension.com/mylumension/mylumension.aspx"/>

	<rule from="^http://my\.lumension\.com/+partner_request_form\.jsp(?:\??$|(\?.+))" to="https://www.lumension.com/Partners/Become-A-Lumension-Partner.aspx$1"/>

</ruleset>

Lumension.com.xml    File a bug

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

<!--
	CDN buckets:

		- cdn.lumension.com.edgesuite.net

			- marketing.cdn
			- leic


	Nonfunctional subdomains:

		- my *

	* Redirects to sftp, some paths 404


	Problematic subdomains:

		- blog ¹
		- marketing.cdn ²
		- leic ²

	¹ Works, bluehost
	² Works, akamai


	Partially covered subdomains:

		- blog ¹	(→ bluehost)
		- leic ¹	(→ akamai)
		- my ²		(→ www)

	¹ Avoiding user-visible paths
	² Some redirects preempted


	Fully covered subdomains:

		- (www.)
		- marketing.cdn		(→ akamai)
		- portal
		- sftp
		- support


	Mixed content:

		- css on leic from www *

		- Images, on:

			- blog and leic from marketing.cdn *
			- blog and leic from www *

	* Secured by us

--><ruleset name="Lumension.com (partial)">

	<target host="lumension.com"/>
	<target host="*.lumension.com"/>
		<!--
			Avoid user-visible paths:
							-->
		<!--exclusion pattern="^http://blog\.bluehost\.com/+(?!favicon\.ico|wp-content/)" /-->
		<exclusion pattern="^http://leic\.lumensions\.com/+(?!css/|images/)"/>
		<!--exclusion pattern="^http://my\.lumension\.com/+(?!$|\?|partner_request_form\.jsp)" /-->


	<securecookie host="^\.lumension\.com$" name="^_mkto_trk$"/>


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

	<rule from="^http://blog\.lumension\.com/favicon\.ico" to="https://secure.bluehost.com/~lumensio/blog_prod/favicon.ico"/>

	<rule from="^http://blog\.lumension\.com/wp-content/" to="https://secure.bluehost.com/~lumensio/blog_prod/wp-content/"/>

	<rule from="^http://my\.lumension\.com/+(?:\?.*)?$" to="https://www.lumension.com/mylumension/mylumension.aspx"/>

	<rule from="^http://my\.lumension\.com/+partner_request_form\.jsp(?:\??$|(\?.+))" to="https://www.lumension.com/Partners/Become-A-Lumension-Partner.aspx$1"/>

</ruleset>

Lumension.com.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;