Skip to content

Commit fa1e28b

Browse files
committed
Add rules from HSTS preload list
1 parent 079ed10 commit fa1e28b

29 files changed

+435
-15
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ src/chrome/content/rules/default.rulesets
99
tokenkeys.py*
1010
.idea
1111
*.pyc
12+
from-preloads/
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!-- This rule was automatically generated based on an HSTS
2+
preload rule in the Chromium browser. See
3+
https://src.chromium.org/viewvc/chrome/trunk/src/net/http/transport_security_state_static.h
4+
for the list of preloads. Sites are added to the Chromium HSTS
5+
preload list on request from their administrators, so HTTPS should
6+
work properly everywhere on this site.
7+
8+
Because Chromium and derived browsers automatically force HTTPS for
9+
every access to this site, this rule applies only to Firefox. -->
10+
<ruleset name="Appseccalifornia.org" platform="firefox">
11+
<target host="appseccalifornia.org" />
12+
13+
<securecookie host="^appseccalifornia\.org$" name=".+" />
14+
15+
<rule from="^http://appseccalifornia\.org/" to="https://appseccalifornia.org/" />
16+
</ruleset>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!-- This rule was automatically generated based on an HSTS
2+
preload rule in the Chromium browser. See
3+
https://src.chromium.org/viewvc/chrome/trunk/src/net/http/transport_security_state_static.h
4+
for the list of preloads. Sites are added to the Chromium HSTS
5+
preload list on request from their administrators, so HTTPS should
6+
work properly everywhere on this site.
7+
8+
Because Chromium and derived browsers automatically force HTTPS for
9+
every access to this site, this rule applies only to Firefox. -->
10+
<ruleset name="Atlassian.net" platform="firefox">
11+
<target host="ecosystem.atlassian.net" />
12+
13+
<securecookie host="^ecosystem\.atlassian\.net$" name=".+" />
14+
15+
<rule from="^http://ecosystem\.atlassian\.net/" to="https://ecosystem.atlassian.net/" />
16+
</ruleset>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!-- This rule was automatically generated based on an HSTS
2+
preload rule in the Chromium browser. See
3+
https://src.chromium.org/viewvc/chrome/trunk/src/net/http/transport_security_state_static.h
4+
for the list of preloads. Sites are added to the Chromium HSTS
5+
preload list on request from their administrators, so HTTPS should
6+
work properly everywhere on this site.
7+
8+
Because Chromium and derived browsers automatically force HTTPS for
9+
every access to this site, this rule applies only to Firefox. -->
10+
<ruleset name="Bccx.com" platform="firefox">
11+
<target host="bccx.com" />
12+
13+
<securecookie host="^bccx\.com$" name=".+" />
14+
15+
<rule from="^http://bccx\.com/" to="https://bccx.com/" />
16+
</ruleset>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!-- This rule was automatically generated based on an HSTS
2+
preload rule in the Chromium browser. See
3+
https://src.chromium.org/viewvc/chrome/trunk/src/net/http/transport_security_state_static.h
4+
for the list of preloads. Sites are added to the Chromium HSTS
5+
preload list on request from their administrators, so HTTPS should
6+
work properly everywhere on this site.
7+
8+
Because Chromium and derived browsers automatically force HTTPS for
9+
every access to this site, this rule applies only to Firefox. -->
10+
<ruleset name="Bcrook.com" platform="firefox">
11+
<target host="bcrook.com" />
12+
13+
<securecookie host="^bcrook\.com$" name=".+" />
14+
15+
<rule from="^http://bcrook\.com/" to="https://bcrook.com/" />
16+
</ruleset>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!-- This rule was automatically generated based on an HSTS
2+
preload rule in the Chromium browser. See
3+
https://src.chromium.org/viewvc/chrome/trunk/src/net/http/transport_security_state_static.h
4+
for the list of preloads. Sites are added to the Chromium HSTS
5+
preload list on request from their administrators, so HTTPS should
6+
work properly everywhere on this site.
7+
8+
Because Chromium and derived browsers automatically force HTTPS for
9+
every access to this site, this rule applies only to Firefox. -->
10+
<ruleset name="Blueseed.co" platform="firefox">
11+
<target host="blueseed.co" />
12+
13+
<securecookie host="^blueseed\.co$" name=".+" />
14+
15+
<rule from="^http://blueseed\.co/" to="https://blueseed.co/" />
16+
</ruleset>

src/chrome/content/rules/Co.uk.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!-- This rule was automatically generated based on an HSTS
2+
preload rule in the Chromium browser. See
3+
https://src.chromium.org/viewvc/chrome/trunk/src/net/http/transport_security_state_static.h
4+
for the list of preloads. Sites are added to the Chromium HSTS
5+
preload list on request from their administrators, so HTTPS should
6+
work properly everywhere on this site.
7+
8+
Because Chromium and derived browsers automatically force HTTPS for
9+
every access to this site, this rule applies only to Firefox. -->
10+
<ruleset name="Co.uk" platform="firefox">
11+
<target host="carlolly.co.uk" />
12+
<target host="saturngames.co.uk" />
13+
14+
<securecookie host="^carlolly\.co\.uk$" name=".+" />
15+
<securecookie host="^saturngames\.co\.uk$" name=".+" />
16+
17+
<rule from="^http://carlolly\.co\.uk/" to="https://carlolly.co.uk/" />
18+
<rule from="^http://saturngames\.co\.uk/" to="https://saturngames.co.uk/" />
19+
</ruleset>

src/chrome/content/rules/Com.au.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
Because Chromium and derived browsers automatically force HTTPS for
99
every access to this site, this rule applies only to Firefox. -->
1010
<ruleset name="Com.au" platform="firefox">
11-
<target host="fatzebra.com.au" />
11+
<target host="cloudns.com.au" />
1212

13-
<securecookie host="^fatzebra\.com\.au$" name=".+" />
13+
<securecookie host="^cloudns\.com\.au$" name=".+" />
1414

15-
<rule from="^http://fatzebra\.com\.au/" to="https://fatzebra.com.au/" />
15+
<rule from="^http://cloudns\.com\.au/" to="https://cloudns.com.au/" />
1616
</ruleset>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!-- This rule was automatically generated based on an HSTS
2+
preload rule in the Chromium browser. See
3+
https://src.chromium.org/viewvc/chrome/trunk/src/net/http/transport_security_state_static.h
4+
for the list of preloads. Sites are added to the Chromium HSTS
5+
preload list on request from their administrators, so HTTPS should
6+
work properly everywhere on this site.
7+
8+
Because Chromium and derived browsers automatically force HTTPS for
9+
every access to this site, this rule applies only to Firefox. -->
10+
<ruleset name="Crowdcurity.com" platform="firefox">
11+
<target host="crowdcurity.com" />
12+
13+
<securecookie host="^crowdcurity\.com$" name=".+" />
14+
15+
<rule from="^http://crowdcurity\.com/" to="https://crowdcurity.com/" />
16+
</ruleset>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!-- This rule was automatically generated based on an HSTS
2+
preload rule in the Chromium browser. See
3+
https://src.chromium.org/viewvc/chrome/trunk/src/net/http/transport_security_state_static.h
4+
for the list of preloads. Sites are added to the Chromium HSTS
5+
preload list on request from their administrators, so HTTPS should
6+
work properly everywhere on this site.
7+
8+
Because Chromium and derived browsers automatically force HTTPS for
9+
every access to this site, this rule applies only to Firefox. -->
10+
<ruleset name="Cupcake.io" platform="firefox">
11+
<target host="cupcake.io" />
12+
13+
<securecookie host="^cupcake\.io$" name=".+" />
14+
15+
<rule from="^http://cupcake\.io/" to="https://cupcake.io/" />
16+
</ruleset>

0 commit comments

Comments
 (0)