nosecone
v1.0.0-alpha.31
Published
Protect your Response with secure headers
Downloads
360
Readme
nosecone
Protect your Response
with secure headers.
Installation
npm install -S nosecone
Example
import nosecone from "nosecone";
const secureResponse = new Response(null, {
headers: nosecone(),
});
License
Licensed under the Apache License, Version 2.0.