Skip to content

Commit 3224d1a

Browse files
injustJ0WI
authored andcommitted
Add ruleset: Freenom.com (EFForg#15197)
* Add ruleset: Freenom.com * Add previously nonfunctional targets * Remove mixedcontent attribute
1 parent b2eb177 commit 3224d1a

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!--
2+
Active mixed content:
3+
- whois.freenom.com
4+
5+
Weak certificate:
6+
- partners.freenom.com, equivalent to my.freenom.com
7+
-->
8+
9+
<ruleset name="Freenom.com">
10+
<target host="freenom.com" />
11+
<target host="www.freenom.com" />
12+
<target host="api.freenom.com" />
13+
<target host="my.freenom.com" />
14+
<target host="partners.freenom.com" />
15+
<target host="register.freenom.com" />
16+
<target host="resellers.freenom.com" />
17+
18+
<rule from="^http://partners\.freenom\.com/"
19+
to="https://my.freenom.com/" />
20+
21+
<rule from="^http:" to="https:" />
22+
</ruleset>

0 commit comments

Comments
 (0)