1
0
peilaus alkaen https://github.com/therootcompany/greenlock.js.git synced 2024-11-16 17:29:00 +00:00

Vertaa committeja

..

2 Commitit

Tekijä SHA1 Viesti Päivämäärä
540ac6c310 v2.4.2 proactive domain fronting protection 2018-08-24 23:38:26 -06:00
8c32887b10 v2.4.2 proactive domain fronting protection 2018-08-24 23:38:00 -06:00
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa

Näytä tiedosto

@ -517,7 +517,7 @@ Greenlock.create = function (gl) {
req.headers.host = host.join(':');
}
if (gl.__sni_allow_fronting) {
if (!gl.__sni_allow_domain_fronting) {
if (req.socket && 'string' === typeof req.socket.servername) {
if (safehost && (safehost !== req.socket.servername.toLowerCase())) {
res.statusCode = 400;

Näytä tiedosto

@ -1,6 +1,6 @@
{
"name": "greenlock",
"version": "2.4.1",
"version": "2.4.2",
"description": "Let's Encrypt for node.js on npm",
"main": "index.js",
"files": [