We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bebb08 commit 7b2f297Copy full SHA for 7b2f297
1 file changed
src/chrome/content/rules/NameSilo.xml
@@ -0,0 +1,22 @@
1
+<!--
2
+ Timeout on https:
3
+ - marketsites
4
+
5
+ Certificate mismatch:
6
+ - sandbox
7
8
+ Connection refused:
9
+ - whois
10
+-->
11
+<ruleset name="NameSilo.com">
12
+ <target host="namesilo.com" />
13
+ <target host="www.namesilo.com" />
14
+ <target host="blog.namesilo.com" />
15
+ <target host="host.namesilo.com" />
16
+ <target host="new.namesilo.com" />
17
+ <target host="sites.namesilo.com" />
18
19
+ <securecookie host=".+" name=".+" />
20
21
+ <rule from="^http:" to="https:" />
22
+</ruleset>
0 commit comments