We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8f7a1 commit 5d7a230Copy full SHA for 5d7a230
1 file changed
src/chrome/content/rules/Pipedot.org.xml
@@ -0,0 +1,38 @@
1
+<!--
2
+ Fully covered hosts:
3
+
4
+ - (www.)?
5
+ - bugs
6
+ - \w+ *
7
8
+ * Per-account vhosts
9
10
11
+ Insecure cookies are set for these domains and hosts:
12
13
+ - pipedot.org
14
+ - .pipedot.org
15
16
+-->
17
+<ruleset name="pipedot.org">
18
19
+ <!-- Direct rewrites:
20
+ -->
21
+ <target host="pipedot.org" />
22
+ <target host="*.pipedot.org" />
23
24
+ <test url="http://bugs.pipedot.org/" />
25
+ <test url="http://www.pipedot.org/" />
26
27
28
+ <!-- Not secured by server:
29
30
+ <!--securecookie host="^\.?pipedot\.org$" name="^auth$" /-->
31
32
+ <securecookie host="^\.?pipedot\.org$" name=".+" />
33
34
35
+ <rule from="^http:"
36
+ to="https:" />
37
38
+</ruleset>
0 commit comments