We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53947fc commit bd86054Copy full SHA for bd86054
src/chrome/content/rules/Ngx.cc.xml
@@ -1,12 +1,4 @@
1
-<!--
2
- Problematic subdomains:
3
-
4
- - www *
5
6
- * Mismatched, CN: b.ngx.cc; shows b.ngx.cc
7
--->
8
<ruleset name="Ngx.cc">
9
10
<target host="ngx.cc" />
11
<target host="b.ngx.cc" />
12
<target host="bot.ngx.cc" />
@@ -16,9 +8,5 @@
16
<target host="paste.ngx.cc" />
17
<target host="www.ngx.cc" />
18
19
- <rule from="^http://www\.ngx\.cc/"
20
- to="https://ngx.cc/" />
21
22
<rule from="^http:" to="https:" />
23
24
</ruleset>
0 commit comments