Skip to content

Commit 3744d3c

Browse files
author
MB
committed
Ghost.org
1 parent be9491c commit 3744d3c

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!--
2+
Nonfunctional subdomains:
3+
4+
- blog *
5+
6+
* Redirects to http
7+
8+
-->
9+
<ruleset name="Ghost.org (partial)">
10+
11+
<target host="ghost.org" />
12+
<target host="*.ghost.org" />
13+
14+
15+
<!-- Not secured by server:
16+
-->
17+
<!--securecookie host="^ghost\.org$" name="^_ghostweb_sess$" /-->
18+
19+
<securecookie host="^ghost\.org$" name=".+" />
20+
<securecookie host="^\.ghost\.org$" name="^__cfduid$" />
21+
22+
23+
<rule from="^http://(www\.)?ghost\.org/"
24+
to="https://$1ghost.org/" />
25+
26+
<rule from="^http://status\.ghost\.org/"
27+
to="https://ghost.statuspage.io/" />
28+
29+
</ruleset>

0 commit comments

Comments
 (0)