We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 069bc4d + 9f32198 commit 5f6c2ddCopy full SHA for 5f6c2dd
src/chrome/content/rules/Nanopool.xml
@@ -1,8 +1,17 @@
1
+<!--
2
+ Problematic subdomains:
3
+
4
+ - exp ¹
5
+ - exp1 ¹
6
7
+ ¹: Timeout
8
+-->
9
<ruleset name="Nanopool">
10
- <target host="www.nanopool.org" />
11
<target host="nanopool.org" />
12
+ <target host="www.nanopool.org" />
13
+ <target host="eth.nanopool.org" />
14
- <rule from="^http:" to="https:" />
15
+ <rule from="^http:" to="https:" />
16
17
</ruleset>
0 commit comments