We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d68ada1 commit 47b1b6fCopy full SHA for 47b1b6f
1 file changed
src/chrome/content/rules/Rock_Valley_College.edu.xml
@@ -0,0 +1,33 @@
1
+<!--
2
+ Insecure cookies are set for these hosts:
3
+
4
+ - rockvalleycollege.edu
5
+ - www.rockvalleycollege.edu
6
7
8
+ Mixed content:
9
10
+ - Bug on (www.)? from tags.w55c.net *
11
12
+ * Secured by us
13
14
+-->
15
+<ruleset name="Rock Valley College.edu">
16
17
+ <!-- Direct rewrites:
18
+ -->
19
+ <target host="rockvalleycollege.edu" />
20
+ <target host="www.rockvalleycollege.edu" />
21
22
23
+ <!-- Not secured by server:
24
25
+ <!--securecookie host="^(www\.)?rockvalleycollege\.edu$" name="^(CFID|CFTOKEN)$" /-->
26
27
+ <securecookie host="^(?:www\.)?rockvalleycollege\.edu$" name=".+" />
28
29
30
+ <rule from="^http:"
31
+ to="https:" />
32
33
+</ruleset>
0 commit comments