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 disabled by default (so very few users' browsing is likely to be affected by their action):

<!--
Disabled by https-everywhere-checker because:
Fetch error: http://opticsinfobase.org/ => https://www.opticsinfobase.org/: (60, 'SSL certificate problem: unable to get local issuer certificate')
Fetch error: http://www.opticsinfobase.org/ => https://www.opticsinfobase.org/: (60, 'SSL certificate problem: unable to get local issuer certificate')

--><!--
Disabled by https-everywhere-checker because:
Fetch error: http://opticsinfobase.org/ => https://www.opticsinfobase.org/: (28, 'Resolving timed out after 10518 milliseconds')
Fetch error: http://www.opticsinfobase.org/ => https://www.opticsinfobase.org/: (28, 'Resolving timed out after 10520 milliseconds')

	!functional:
		- (www.)osa-opn.org	(www: interrupted; doesn't translate directly to osa.org)
--><ruleset name="Optical Society of America (partial)" default_off="failed ruleset test">

	<target host="opticsinfobase.org"/>
	<target host="www.opticsinfobase.org"/>
	<target host="osa.org"/>
	<target host="*.osa.org"/>
		<!--	redirects to http	-->
		<exclusion pattern="^http://www\.osa\.org/(?:en-us|video_library)/"/>

	<securecookie host="^www\.opticsinfobase\.org$" name=".+"/>
	<!--	observed osa.org cookies:
			- ^account
			- ^eweb2	-->
	<securecookie host="^.*\.osa\.org$" name=".+"/>

	<!--	certs don't match !www		-->
	<rule from="^http://o(pticsinfobase|sa)\.org/" to="https://www.o$1.org/"/>

	<rule from="^http://www\.opticsinfobase\.org/" to="https://www.opticsinfobase.org/"/>

	<rule from="^http://(account|eweb2|www)\.osa\.org/" to="https://$1.osa.org/"/>

</ruleset>

Optical-Society-of-America.xml    File a bug

The release branch contains the following rules that are disabled by default (so very few users' browsing is likely to be affected by their action):

<!--
Disabled by https-everywhere-checker because:
Fetch error: http://opticsinfobase.org/ => https://www.opticsinfobase.org/: (60, 'SSL certificate problem: unable to get local issuer certificate')
Fetch error: http://www.opticsinfobase.org/ => https://www.opticsinfobase.org/: (60, 'SSL certificate problem: unable to get local issuer certificate')

--><!--
Disabled by https-everywhere-checker because:
Fetch error: http://opticsinfobase.org/ => https://www.opticsinfobase.org/: (28, 'Resolving timed out after 10518 milliseconds')
Fetch error: http://www.opticsinfobase.org/ => https://www.opticsinfobase.org/: (28, 'Resolving timed out after 10520 milliseconds')

	!functional:
		- (www.)osa-opn.org	(www: interrupted; doesn't translate directly to osa.org)
--><ruleset name="Optical Society of America (partial)" default_off="failed ruleset test">

	<target host="opticsinfobase.org"/>
	<target host="www.opticsinfobase.org"/>
	<target host="osa.org"/>
	<target host="*.osa.org"/>
		<!--	redirects to http	-->
		<exclusion pattern="^http://www\.osa\.org/(?:en-us|video_library)/"/>

	<securecookie host="^www\.opticsinfobase\.org$" name=".+"/>
	<!--	observed osa.org cookies:
			- ^account
			- ^eweb2	-->
	<securecookie host="^.*\.osa\.org$" name=".+"/>

	<!--	certs don't match !www		-->
	<rule from="^http://o(pticsinfobase|sa)\.org/" to="https://www.o$1.org/"/>

	<rule from="^http://www\.opticsinfobase\.org/" to="https://www.opticsinfobase.org/"/>

	<rule from="^http://(account|eweb2|www)\.osa\.org/" to="https://$1.osa.org/"/>

</ruleset>

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;