alvarcarto / url-to-pdf-api

Web page PDF/PNG rendering done right. Self-hosted service for rendering receipts, invoices, or any content.
MIT License
7.01k stars 774 forks source link

https bug? #81

Closed xgqfrms closed 6 years ago

xgqfrms commented 6 years ago

https bug?

image

image

xgqfrms commented 6 years ago

bug

all false bug


x = 'true';
!x;
// false
x = 'false';
!x;
// false

y = true;
!y;
// false
y = false;
!y;
// true

image

xgqfrms commented 6 years ago

solution

config.js

image

app.js

image

.env

image

CMD & shell

image

xgqfrms commented 6 years ago

todo

HTTPS & SSL license