We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a346c commit f6bd73eCopy full SHA for f6bd73e
src/chrome/content/rules/BlockTrail.com.xml
@@ -0,0 +1,34 @@
1
+<!--
2
+ Fully covered hosts in *blocktrail.com:
3
+
4
+ - (www.)?
5
+ - blog
6
+ - static1
7
8
9
+ Insecure cookies are set for these domains:
10
11
+ - .blocktrail.com
12
13
+-->
14
+<ruleset name="BlockTrail.com">
15
16
+ <!-- Direct rewrites:
17
+ -->
18
+ <target host="blocktrail.com" />
19
+ <target host="blog.blocktrail.com" />
20
+ <target host="static1.blocktrail.com" />
21
+ <target host="www.blocktrail.com" />
22
23
24
+ <!-- CloudFlare cookies:
25
26
+ <!--securecookie host="^\.blocktrail\.com$" name="^(__cfduid|cf_clearance)$" /-->
27
28
+ <securecookie host="^\.blocktrail\.com$" name=".+" />
29
30
31
+ <rule from="^http:"
32
+ to="https:" />
33
34
+</ruleset>
0 commit comments