We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c44ef commit 5c83f63Copy full SHA for 5c83f63
src/chrome/content/rules/Paste.ee.xml
@@ -0,0 +1,33 @@
1
+<!--
2
+ Fully covered hosts in *paste.ee:
3
+
4
+ - (www.)?
5
+ - analytics
6
7
8
+ Insecure cookies are set for these hosts:
9
10
+ - paste.ee
11
+ - www.paste.ee
12
13
+-->
14
+<ruleset name="Paste.ee">
15
16
+ <!-- Direct rewrites:
17
+ -->
18
+ <target host="paste.ee" />
19
+ <target host="analytics.paste.ee" />
20
+ <target host="www.paste.ee" />
21
22
23
+ <!-- Not secured by server:
24
25
+ <!--securecookie host="^(www\.)?paste\.ee$" name="^session$" /-->
26
27
+ <securecookie host="^(?:www\.)?paste\.ee$" name=".+" />
28
29
30
+ <rule from="^http:"
31
+ to="https:" />
32
33
+</ruleset>
0 commit comments