add some basic HTTP security headers
This commit is contained in:
@@ -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": "*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user