v3.0.7: bugfixes and update deps

This commit is contained in:
AJ ONeal 2019-10-30 02:38:31 -06:00
parent e478d27628
commit 7a2de022fa
3 changed files with 3 additions and 3 deletions

View File

@ -123,7 +123,7 @@ SanitizeHost._checkServername = function(safeHost, tlsSocket) {
return safeHost === name.slice(4).toLowerCase();
});
if (isListed) {
if (inSanList) {
return true;
}
} catch (e) {

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@root/greenlock-express",
"version": "3.0.5",
"version": "3.0.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",