We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dee114d + f4108ce commit 3ea91fbCopy full SHA for 3ea91fb
src/chrome/content/rules/Lets_Encrypt.org.xml
@@ -1,10 +1,16 @@
1
-<ruleset name="Lets Encrypt.org">
+<!--
2
3
- <target host="letsencrypt.org" />
4
- <target host="www.letsencrypt.org" />
+-->
+<ruleset name="Let's Encrypt">
5
+ <target host="letsencrypt.org" />
6
+ <target host="www.letsencrypt.org" />
7
+ <target host="helloworld.letsencrypt.org" />
8
+ <target host="community.letsencrypt.org" />
9
10
+ <test url="http://letsencrypt.org/repository/" />
11
- <rule from="^http://(www\.)?letsencrypt\.org/"
- to="https://$1letsencrypt.org/" />
12
+ <securecookie host="^(www\.|community\.)?letsencrypt\.org/$" name=".+" />
13
14
+ <rule from="^http:"
15
+ to="https:" />
16
</ruleset>
0 commit comments