We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80ca46 commit 38d73c2Copy full SHA for 38d73c2
1 file changed
src/chrome/content/rules/Hizliresim.com.xml
@@ -0,0 +1,40 @@
1
+<!--
2
+ Fully covered hosts in *hizliresim.com:
3
+
4
+ - (www.)?
5
+ - gallery
6
7
8
+ Insecure cookies are set for these domains:
9
10
+ - .hizliresim.com
11
12
13
+ Mixed content:
14
15
+ - Images on gallery from $self *
16
+ - Bug on gallery from www.facebook.com *
17
18
+ * Secured by us
19
20
+-->
21
+<ruleset name="Hizliresim.com">
22
23
+ <!-- Direct rewrites:
24
+ -->
25
+ <target host="hizliresim.com" />
26
+ <target host="gallery.hizliresim.com" />
27
+ <target host="www.hizliresim.com" />
28
29
30
+ <!-- CloudFlare cookies:
31
32
+ <!--securecookie host="^\.hizliresim\.com$" name="^(__cfduid|cf_clearance)$" /-->
33
34
+ <securecookie host="^\.hizliresim\.com$" name=".+" />
35
36
37
+ <rule from="^http:"
38
+ to="https:" />
39
40
+</ruleset>
0 commit comments