We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e9081 commit 8f2e118Copy full SHA for 8f2e118
src/chrome/content/rules/Musl-libc.org.xml
@@ -1,21 +1,10 @@
1
-<!--
2
- Mixed content:
3
-
4
- - css on wiki from $self *
5
6
- * Secured by us
7
8
--->
9
-<ruleset name="musl-libc.org (partial)" default_off="self-signed">
10
+<ruleset name="musl-libc.org">
+ <target host="musl-libc.org" />
+ <target host="www.musl-libc.org" />
+ <target host="git.musl-libc.org" />
11
<target host="wiki.musl-libc.org" />
12
13
14
- <!-- Not secured by server:
15
- -->
16
- <securecookie host="^wiki\.musl-libc\.org$" name=".+" />
17
+ <securecookie host=".+" name=".+" />
18
19
<rule from="^http:" to="https:" />
20
21
</ruleset>
0 commit comments