提交 76b2c31d 编写于 作者: M Mike Greiling

Merge branch '46741-add-access-control-allow-headers-wds' into 'master'

Add `Access-Control-Allow-Headers` to Webpack Dev Server config

Closes #46741

See merge request gitlab-org/gitlab-ce!19131
......@@ -306,7 +306,10 @@ module.exports = {
host: DEV_SERVER_HOST,
port: DEV_SERVER_PORT,
disableHostCheck: true,
headers: { 'Access-Control-Allow-Origin': '*' },
headers: {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Headers': '*',
},
stats: 'errors-only',
hot: DEV_SERVER_LIVERELOAD,
inline: DEV_SERVER_LIVERELOAD,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册