Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.09 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.09 KB
Arcjet Logo

nosecone

npm badge

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.