Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 8e28da6

Browse files
illicitonionjeremyn
authored andcommitted
Add traintimes.org.uk (EFForg#7444)
* Add traintimes.org.uk * Add extra subdomains * Fix ordering * Remove gingerbread from regex
1 parent cae2933 commit 8e28da6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!--
2+
Invalid certificate:
3+
i.traintimes.org.uk
4+
www.gingerbread.traintimes.org.uk
5+
m.traintimes.org.uk
6+
mx.traintimes.org.uk
7+
pto.traintimes.org.uk
8+
www.pto.traintimes.org.uk
9+
split.traintimes.org.uk
10+
-->
11+
<ruleset name="Traintimes.org.uk">
12+
<target host="traintimes.org.uk" />
13+
<target host="www.traintimes.org.uk" />
14+
<target host="gingerbread.traintimes.org.uk" />
15+
16+
<securecookie host="^(www\.)?traintimes\.org\.uk$" name=".+" />
17+
18+
<rule from="^http:" to="https:" />
19+
</ruleset>

0 commit comments

Comments
 (0)