We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98628ab commit 7b59cd9Copy full SHA for 7b59cd9
src/chrome/content/rules/ManyVids.com.xml
@@ -0,0 +1,34 @@
1
+<!--
2
+ Nonfunctional hosts in *manyvids.com:
3
+
4
+ - support *
5
6
+ * Zendesk
7
8
9
+ Insecure cookies are set for these domains and hosts:
10
11
+ - .manyvids.com
12
+ - www.manyvids.com
13
14
+-->
15
+<ruleset name="ManyVids.com (partial)">
16
17
+ <!-- Direct rewrites:
18
+ -->
19
+ <target host="manyvids.com" />
20
+ <target host="www.manyvids.com" />
21
22
23
+ <!-- Not secured by server:
24
25
+ <!--securecookie host="^\.manyvids\.com$" name="^(__cfduid|AWSELB|PHPSESSID|cf_clearance|city|country|region)$" /-->
26
+ <!--securecookie host="^www\.manyvids\.com$" name="^preview$" /-->
27
28
+ <securecookie host="^(?:www)?\.manyvids\.com$" name=".+" />
29
30
31
+ <rule from="^http:"
32
+ to="https:" />
33
34
+</ruleset>
0 commit comments