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:

<!--
	Different HTTP/HTTPS content:
		hentai-foundry.com

	Invalid certificate:
		pictures1.hentai-foundry.com
		pictures10.hentai-foundry.com
		rc.hentai-foundry.com
		thumbs1.hentai-foundry.com
		thumbs10.hentai-foundry.com

--><ruleset name="Hentai-Foundry.com">
	<target host="hentai-foundry.com"/>
	<target host="www.hentai-foundry.com"/>
	<!-- Test URLs for avatars.hentai-foundry.com can be found at
		https://www.hentai-foundry.com -->
	<target host="avatars.hentai-foundry.com"/>
	<target host="forums.hentai-foundry.com"/>
	<target host="img.hentai-foundry.com"/>
		<test url="http://img.hentai-foundry.com/themes/default/js/ads.js"/>
	<!-- Test URLs for pictures.hentai-foundry.com can be found at
		https://www.hentai-foundry.com > "Browse Submissions" -->
	<target host="pictures.hentai-foundry.com"/>
	<!-- Test URLs for profiles.hentai-foundry.com can be found in individual user pages at
		https://www.hentai-foundry.com > "Browse Users" -->
	<target host="profiles.hentai-foundry.com"/>
	<target host="thumbs.hentai-foundry.com"/>
		<test url="http://thumbs.hentai-foundry.com/robots.txt"/>

	<rule from="^http://hentai-foundry\.com/" to="https://www.hentai-foundry.com/"/>
	<rule from="^http:" to="https:"/>
</ruleset>

Hentai-Foundry.com.xml    File a bug

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

<!--
	Different HTTP/HTTPS content:
		hentai-foundry.com

	Invalid certificate:
		pictures1.hentai-foundry.com
		pictures10.hentai-foundry.com
		rc.hentai-foundry.com
		thumbs1.hentai-foundry.com
		thumbs10.hentai-foundry.com

--><ruleset name="Hentai-Foundry.com">
	<target host="hentai-foundry.com"/>
	<target host="www.hentai-foundry.com"/>
	<!-- Test URLs for avatars.hentai-foundry.com can be found at
		https://www.hentai-foundry.com -->
	<target host="avatars.hentai-foundry.com"/>
	<target host="forums.hentai-foundry.com"/>
	<target host="img.hentai-foundry.com"/>
		<test url="http://img.hentai-foundry.com/themes/default/js/ads.js"/>
	<!-- Test URLs for pictures.hentai-foundry.com can be found at
		https://www.hentai-foundry.com > "Browse Submissions" -->
	<target host="pictures.hentai-foundry.com"/>
	<!-- Test URLs for profiles.hentai-foundry.com can be found in individual user pages at
		https://www.hentai-foundry.com > "Browse Users" -->
	<target host="profiles.hentai-foundry.com"/>
	<target host="thumbs.hentai-foundry.com"/>
		<test url="http://thumbs.hentai-foundry.com/robots.txt"/>

	<rule from="^http://hentai-foundry\.com/" to="https://www.hentai-foundry.com/"/>
	<rule from="^http:" to="https:"/>
</ruleset>

Hentai-Foundry.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;