Skip to content
Snippets Groups Projects
Commit 34d95454 authored by Tae Hoon's avatar Tae Hoon
Browse files

add csp header to dev server

parent cf2dc5b6
No related branches found
No related tags found
2 merge requests!1028`master` refresh with `develop`,!856Add Content-Security-Policy header
......@@ -24,6 +24,9 @@ var devMiddleware = require('webpack-dev-middleware')(compiler, {
stats: {
colors: true,
chunks: false
},
headers: {
'content-security-policy': "base-uri 'self'; frame-ancestors 'none'; img-src 'self' data: https:; media-src 'self' https:; style-src 'self' 'unsafe-inline'; font-src 'self'; manifest-src 'self'; script-src 'self' 'unsafe-eval';"
}
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment