We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9491c commit 3744d3cCopy full SHA for 3744d3c
1 file changed
src/chrome/content/rules/Ghost.org.xml
@@ -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