Commit 9bd24f43 authored by Mike Greiling's avatar Mike Greiling

Remove overly-permissive CORS config for webpack-dev-server

parent 6b65ecb2
......@@ -555,10 +555,6 @@ module.exports = {
host: DEV_SERVER_HOST,
port: DEV_SERVER_PORT,
https: DEV_SERVER_HTTPS,
headers: {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Headers': '*',
},
contentBase: false,
stats: 'errors-only',
hot: DEV_SERVER_LIVERELOAD,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment