HTTPS Everywhere Atlas

lbl.gov

HTTPS Everywhere currently rewrites requests to lbl.gov (or its subdomains).

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:

<!--
	Lawrence Berkeley National Laboratory



	Nonfunctional hosts in *lbl.gov:

		- engineering ¹
		- go ²
		- map ³
		- www-afrd ¹
		- www2 ⁴

	¹ WP Engine
	² Handshake fails
	³ 404
	⁴ Differs from http


	Problematic hosts in *lbl.gov:

		- photos ¹
		- supercon ¹
		- wwwdev ²

	¹ Mismatched
	² Self-signed


	^lbl.gov doesn't exist.


	Insecure cookies are set for these domains:

		- photos


	Mixed content:

		- css on newscenter from fonts.googleapis.com ¹

		- Images, on:

			- newscenter, photos, www from www ¹
			- photos from $self ²
			- today from $self ¹

	¹ Secured by us
	² Not secured by us <= mismatched

--><ruleset name="LBL.gov (partial)">

	<!--	Direct rewrites:
				-->
	<target host="commons.lbl.gov"/>
	<target host="identity.lbl.gov"/>
	<target host="newscenter.lbl.gov"/>
	<target host="search.lbl.gov"/>
	<target host="today.lbl.gov"/>
	<target host="www.lbl.gov"/>

	<!--	Complications:
				-->
	<target host="wwwdev.lbl.gov"/>


	<!--	Not secured by server:
					-->
	<!--securecookie host="^photos\.lbl\.gov$" name="^PHPSESSID$" /-->

	<securecookie host="^\." name="^__qca$"/>


	<rule from="^http://wwwdev\.lbl\.gov/" to="https://www.lbl.gov/"/>

	<rule from="^http:" to="https:"/>

</ruleset>

LBL.gov.xml    File a bug

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

<!--
	Lawrence Berkeley National Laboratory



	Nonfunctional hosts in *lbl.gov:

		- engineering ¹
		- go ²
		- map ³
		- www-afrd ¹
		- www2 ⁴

	¹ WP Engine
	² Handshake fails
	³ 404
	⁴ Differs from http


	Problematic hosts in *lbl.gov:

		- photos ¹
		- supercon ¹
		- wwwdev ²

	¹ Mismatched
	² Self-signed


	^lbl.gov doesn't exist.


	Insecure cookies are set for these domains:

		- photos


	Mixed content:

		- css on newscenter from fonts.googleapis.com ¹

		- Images, on:

			- newscenter, photos, www from www ¹
			- photos from $self ²
			- today from $self ¹

	¹ Secured by us
	² Not secured by us <= mismatched

--><ruleset name="LBL.gov (partial)">

	<!--	Direct rewrites:
				-->
	<target host="commons.lbl.gov"/>
	<target host="identity.lbl.gov"/>
	<target host="newscenter.lbl.gov"/>
	<target host="search.lbl.gov"/>
	<target host="today.lbl.gov"/>
	<target host="www.lbl.gov"/>

	<!--	Complications:
				-->
	<target host="wwwdev.lbl.gov"/>


	<!--	Not secured by server:
					-->
	<!--securecookie host="^photos\.lbl\.gov$" name="^PHPSESSID$" /-->

	<securecookie host="^\." name="^__qca$"/>


	<rule from="^http://wwwdev\.lbl\.gov/" to="https://www.lbl.gov/"/>

	<rule from="^http:" to="https:"/>

</ruleset>

LBL.gov.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;