mirror of
https://github.com/bitinflow/server.git
synced 2026-03-13 13:35:53 +00:00
fix bad matching against subdomains
Match for valid subdomains versus anything that comes before a period. fixes #7
This commit is contained in:
@@ -26,7 +26,8 @@
|
||||
"bouncy": "3.2.1",
|
||||
"superstack": "0.0.4",
|
||||
"stylish": "0.4.1",
|
||||
"makeover": "0.0.1"
|
||||
"makeover": "0.0.1",
|
||||
"tldjs": "1.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "1.18.2",
|
||||
|
||||
Reference in New Issue
Block a user