Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
Added several more domains to cubecraft.xml. (#6038)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Slater authored and jeremyn committed Nov 28, 2016
1 parent 8e28da6 commit 6fb2c9a
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions src/chrome/content/rules/cubecraft.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
<!--
Invalid certificate:
status.cubecraft.net
-->
<ruleset name="CubeCraft">
<target host="cubecraft.net" />
<target host="www.cubecraft.net" />
<target host="cubecraft.net" />
<target host="www.cubecraft.net" />
<target host="api.cubecraft.net" />
<target host="appeals.cubecraft.net" />
<target host="bb.cubecraft.net" />
<target host="cdn.cubecraft.net" />
<target host="jobs.cubecraft.net" />
<target host="reports.cubecraft.net" />
<target host="staff.cubecraft.net" />
<target host="status.cubecraft.net" />
<target host="store.cubecraft.net" />
<target host="store-assets.cubecraft.net" />

<securecookie host=".+" name=".+" />

<rule from="^http:"
to="https:" />
</ruleset>
<rule from="^http://status\.cubecraft\.net/"
to="https://cubecraft.statuspage.io/" />

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

0 comments on commit 6fb2c9a

Please sign in to comment.