more secure headers

This commit is contained in:
cupcakearmy
2019-08-19 12:47:55 +02:00
parent 6db6fb8c9b
commit cb59013ef8
2 changed files with 7 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
"build:dev": "webpack -d",
"build:dev:watch": "webpack -d -w",
"build:prod": "webpack -p",
"build:prod:watch": "webpack -p -w",
"dev": "webpack-dev-server -d"
},
"dependencies": {