We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d4854 commit a274e48Copy full SHA for a274e48
1 file changed
src/chrome/content/rules/Vwp.su.xml
@@ -0,0 +1,25 @@
1
+<!--
2
+ Insecure cookies are set for these domains:
3
+
4
+ - .vwp.su
5
6
+-->
7
+<ruleset name="vwp.su">
8
9
+ <!-- Direct rewrites:
10
+ -->
11
+ <target host="vwp.su" />
12
+ <target host="www.vwp.su" />
13
14
15
+ <!-- CloudFlare cookies:
16
17
+ <!--securecookie host="^\.vwp\.su$" name="^(?:__cfduid|cf_clearance)$" /-->
18
19
+ <securecookie host="^\.vwp\.su$" name=".+" />
20
21
22
+ <rule from="^http:"
23
+ to="https:" />
24
25
+</ruleset>
0 commit comments