2 parents 3d3e73c + d45ed7f commit 638cd0aCopy full SHA for 638cd0a
1 file changed
src/chrome/content/rules/Xrel.to.xml
@@ -1,22 +1,14 @@
1
<!--
2
- Some pages redirect to http.
3
-
+ Problematic subdomains:
+ - mail.xrel.to
4
-->
5
-<ruleset name="xREL.to (partial)">
6
+<ruleset name="xREL.to">
7
<target host="xrel.to" />
8
+ <target host="api.xrel.to" />
9
+ <target host="ssl.xrel.to" />
10
<target host="static.xrel.to" />
11
<target host="www.xrel.to" />
- <!--
- Redirect to http:
12
- -->
13
- <!--exclusion pattern="^http://(www\.)?xrel\.to/+($|\?|forum-board\.html|home\.html)" /-->
14
15
- Exceptions:
16
17
- <exclusion pattern="^http://(?:www\.)?xrel\.to/+(?!favicon\.ico|uploaded_images/)" />
18
19
20
<rule from="^http:" to="https:" />
21
22
</ruleset>
0 commit comments