Protect your Response
with secure headers.
npm install -S nosecone
import nosecone from "nosecone";
const secureResponse = new Response(null, {
headers: nosecone(),
});
Licensed under the Apache License, Version 2.0.
Protect your Response
with secure headers.
npm install -S nosecone
import nosecone from "nosecone";
const secureResponse = new Response(null, {
headers: nosecone(),
});
Licensed under the Apache License, Version 2.0.