krakenjs / lusca

Application security for express apps.
Other
1.79k stars 123 forks source link

Readme Update #30

Closed vernak2539 closed 10 years ago

vernak2539 commented 10 years ago

Copied below straight out of the readme, and it's missing a closing parentheses. Just thought I'd point it out.

app.use(lusca.hsts({ maxAge: 31536000 });
jasisk commented 10 years ago

Thanks for pointing that out. Fix has been merged.

vernak2539 commented 10 years ago

great thanks. Just saw the XSS one too, but looks like you fixed it before I could point it out.