Skip to content

Commit 39817a9

Browse files
author
MB
committed
Freethought Blogs.com
1 parent b2a022c commit 39817a9

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!--
2+
For rules not causing false/broken MCB, see Freethought_Blogs.com.xml.
3+
4+
-->
5+
<ruleset name="Freethought Blogs.com (false MCB)" platform="mixedcontent">
6+
7+
<target host="freethoughtblogs.com" />
8+
<target host="*.freethoughtblogs.com" />
9+
10+
11+
<securecookie host="^\.freethoughtblogs\.com$" name=".+" />
12+
13+
14+
<rule from="^http://freethoughtblogs\.com/"
15+
to="https://freethoughtblogs.com/" />
16+
17+
</ruleset>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!--
2+
For rules causing false/broken MCB, see Freethought_Blogs.com-falsemixed.xml.
3+
4+
5+
Mixed content:
6+
7+
- css from $self *
8+
- Images from $self *
9+
10+
* Secured by us
11+
12+
-->
13+
<ruleset name="Freethought Blogs.com (partial)">
14+
15+
<target host="freethoughtblogs.com" />
16+
<target host="www.freethoughtblogs.com" />
17+
<!--
18+
Avoid false/broken MCB:
19+
-->
20+
<exclusion pattern="http://freethoughtblogs\.com/+(?!favicon\.ico|wp-content/|wp-includes/)" />
21+
22+
23+
<rule from="^http://(www\.)?freethoughtblogs\.com/"
24+
to="https://$1freethoughtblogs.com/" />
25+
26+
</ruleset>

utils/duplicate-whitelist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ flowingdata.com
7474
foxydeal.com
7575
foxydeal.de
7676
freeporngif.com
77+
freethoughtblogs.com
7778
frugalware-art.org
7879
g33kinfo.com
7980
genivi.org

0 commit comments

Comments
 (0)