Skip to content

Commit b770e2c

Browse files
committed
Update rule for Scriptfodder.com
1 parent 32369bf commit b770e2c

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed
Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
2-
<!--
3-
Disabled by https-everywhere-checker because:
4-
Non-2xx HTTP code: http://cdn.scriptfodder.com/ (200) => https://cdn.scriptfodder.com/ (403)
5-
6-
-->
7-
<ruleset name="ScriptFodder" default_off='failed ruleset test'>
1+
<ruleset name="ScriptFodder">
82
<target host="scriptfodder.com" />
93
<target host="www.scriptfodder.com" />
104
<target host="cdn.scriptfodder.com" />
115
<target host="media.scriptfodder.com" />
126

13-
<rule from="^http://(www\.|cdn\.|media\.)?scriptfodder\.com/" to="https://$1scriptfodder.com/" />
7+
<test url="http://cdn.scriptfodder.com/assets/favicon.ico" />
8+
9+
<rule from="^http://cdn\.scriptfodder\.com/" to="https://scriptfodder.com/" />
10+
<rule from="^http:" to="https:" />
1411
</ruleset>

0 commit comments

Comments
 (0)