Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit d250820

Browse files
authored
Enable coin.space.xml (#19892)
* Enable coin.space.xml * Add comment for coin.space.xml rule
1 parent 61f4e26 commit d250820

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed
Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
21
<!--
3-
Disabled by https-everywhere-checker because:
4-
Fetch error: http://ru.coin.space/ => https://ru.coin.space/: (6, 'Could not resolve host: ru.coin.space')
5-
2+
coin.space uses a subdomain for every cryptocurrency
3+
so it is required the wildcard rule.
4+
Subdomains can be added and removed at any time
5+
for example in case of emergency fork of cryptocurrency.
66
-->
7-
<ruleset name="coin.space" default_off="failed ruleset test">
7+
<ruleset name="coin.space">
88
<target host="coin.space" />
9-
<target host="www.coin.space" />
10-
<target host="db.coin.space" />
11-
<target host="live.coin.space" />
12-
<target host="proxy.coin.space" />
13-
<target host="ru.coin.space" />
9+
<target host="*.coin.space" />
10+
<test url="http://www.coin.space/" />
11+
<test url="http://xrp.coin.space/api/v1/" />
12+
<test url="http://xlm.coin.space/api/v1/" />
1413

1514
<rule from="^http:" to="https:" />
1615
</ruleset>

0 commit comments

Comments
 (0)