add some basic HTTP security headers

This commit is contained in:
2020-05-31 15:22:58 -04:00
parent 480b6cec62
commit f5225f5918
4 changed files with 33 additions and 18 deletions
+5 -5
View File
@@ -1,12 +1,12 @@
{
"private": true,
"name": "worker",
"name": "y2k-static",
"version": "1.0.0",
"description": "A template for kick starting a Cloudflare Workers project",
"main": "index.js",
"author": "Ashley Lewis <ashleymichal@gmail.com>",
"homepage": "https://y2k.lol/",
"author": "Jake Jarvis <jake@jarv.is>",
"license": "MIT",
"main": "index.js",
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.0.5"
"@cloudflare/kv-asset-handler": "*"
}
}