We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7d04a commit 4b2ddedCopy full SHA for 4b2dded
src/chrome/content/rules/Boost.org.xml
@@ -0,0 +1,21 @@
1
+<!--
2
+ Non-functional hosts
3
+ Couldn't connect to server:
4
+ - ci.boost.org
5
+
6
+ Mixed content blocking (MCB) triggered:
7
+ - boostcon.boost.org
8
+-->
9
+<ruleset name="Boost.org">
10
+ <target host="boost.org" />
11
+ <target host="www.boost.org" />
12
+ <target host="beta.boost.org" />
13
+ <target host="lists.boost.org" />
14
+ <target host="live.boost.org" />
15
+ <target host="svn.boost.org" />
16
+ <target host="wiki.boost.org" />
17
18
+ <securecookie host=".+" name=".+" />
19
20
+ <rule from="^http:" to="https:" />
21
+</ruleset>
src/chrome/content/rules/Boost.xml
0 commit comments