We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e4537d + 87ebff2 commit 8a8ff17Copy full SHA for 8a8ff17
src/chrome/content/rules/3FM.xml
@@ -1,14 +1,6 @@
1
-<!--
2
-Disabled by https-everywhere-checker because:
3
-Fetch error: http://3fm.nl/ => https://3fm.nl/: (28, 'Connection timed out after 10000 milliseconds')
4
--->
5
-<ruleset name="3FM" default_off='failed ruleset test'>
6
-
7
- <target host="3fm.nl" />
+<ruleset name="3FM">
8
<target host="www.3fm.nl" />
9
10
11
- <rule from="^http://(www\.)?3fm\.nl/"
12
- to="https://$13fm.nl/" />
13
14
-</ruleset>
+ <rule from="^http:"
+ to="https:" />
+</ruleset>
0 commit comments