1 parent def002c commit b33874cCopy full SHA for b33874c
1 file changed
src/chrome/content/rules/douban.fm.xml
@@ -1,36 +1,14 @@
1
<!--
2
- www.douban.fm: Mismatched
3
-
4
5
- Insecure cookies are set for these domains: ᶜ
6
7
- - .douban.fm
8
9
- ᶜ See https://owasp.org/index.php/SecureFlag
10
+ Mismatched:
+ www.douban.fm
11
-->
12
<ruleset name="Douban.fm">
13
14
- <!-- Direct rewrites:
15
- -->
16
<target host="douban.fm" />
17
18
- <!-- Complications:
19
20
<target host="www.douban.fm" />
21
22
23
- <!-- Not secured by server:
24
25
- <!--securecookie host="^\.douban\.fm$" name="^(?:ac|bid|flag)$" /-->
26
27
<securecookie host=".+" name=".+" />
28
+ <rule from="^http://www\.douban\.fm/" to="https://douban.fm/" />
29
30
- <rule from="^http://www\.douban\.fm/"
31
- to="https://douban.fm/" />
32
33
- <rule from="^http:"
34
- to="https:" />
35
+ <rule from="^http:" to="https:" />
36
</ruleset>
0 commit comments