We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dbd8d0 commit ac16f21Copy full SHA for ac16f21
1 file changed
src/chrome/content/rules/doubanio.com.xml
@@ -3,6 +3,7 @@
3
<target host="img1.doubanio.com" />
4
<target host="img3.doubanio.com" />
5
<target host="img6.doubanio.com" />
6
+ <target host="pypi.doubanio.com" />
7
<target host="qnypy.doubanio.com" />
8
9
<test url="http://img1.doubanio.com/view/site/small/public/a02c1738a42d38a.jpg" />
@@ -13,7 +14,6 @@
13
14
<securecookie host="^\w" name="." />
15
16
- <rule from="^http:"
17
- to="https:" />
+ <rule from="^http:" to="https:" />
18
19
</ruleset>
0 commit comments