v3.0.7: bugfixes and update deps
This commit is contained in:
parent
e478d27628
commit
7a2de022fa
|
@ -123,7 +123,7 @@ SanitizeHost._checkServername = function(safeHost, tlsSocket) {
|
|||
return safeHost === name.slice(4).toLowerCase();
|
||||
});
|
||||
|
||||
if (isListed) {
|
||||
if (inSanList) {
|
||||
return true;
|
||||
}
|
||||
} catch (e) {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@root/greenlock-express",
|
||||
"version": "3.0.5",
|
||||
"version": "3.0.7",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@root/greenlock-express",
|
||||
"version": "3.0.6",
|
||||
"version": "3.0.7",
|
||||
"description": "Free SSL and managed or automatic HTTPS for node.js with Express, Koa, Connect, Hapi, and all other middleware systems.",
|
||||
"main": "greenlock-express.js",
|
||||
"homepage": "https://greenlock.domains",
|
||||
|
|
Loading…
Reference in New Issue