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

Commit 6fb2c9a

Browse files
Marco Slaterjeremyn
authored andcommitted
Added several more domains to cubecraft.xml. (EFForg#6038)
1 parent 8e28da6 commit 6fb2c9a

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed
Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
1+
<!--
2+
Invalid certificate:
3+
status.cubecraft.net
4+
5+
-->
16
<ruleset name="CubeCraft">
2-
<target host="cubecraft.net" />
3-
<target host="www.cubecraft.net" />
7+
<target host="cubecraft.net" />
8+
<target host="www.cubecraft.net" />
9+
<target host="api.cubecraft.net" />
10+
<target host="appeals.cubecraft.net" />
11+
<target host="bb.cubecraft.net" />
12+
<target host="cdn.cubecraft.net" />
13+
<target host="jobs.cubecraft.net" />
14+
<target host="reports.cubecraft.net" />
15+
<target host="staff.cubecraft.net" />
16+
<target host="status.cubecraft.net" />
17+
<target host="store.cubecraft.net" />
18+
<target host="store-assets.cubecraft.net" />
19+
20+
<securecookie host=".+" name=".+" />
421

5-
<rule from="^http:"
6-
to="https:" />
7-
</ruleset>
22+
<rule from="^http://status\.cubecraft\.net/"
23+
to="https://cubecraft.statuspage.io/" />
824

25+
<rule from="^http:" to="https:" />
26+
</ruleset>

0 commit comments

Comments
 (0)