Skip to content

Commit edad908

Browse files
committed
Remove todo in webpack config
1 parent 3820c35 commit edad908

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

webpack.html-renderer.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,8 @@ module.exports = {
7676
},
7777
],
7878
headers: {
79-
// todo: check these
8079
"Access-Control-Allow-Origin": "*",
81-
"Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, PATCH, OPTIONS",
80+
"Access-Control-Allow-Methods": "GET, OPTIONS",
8281
"Access-Control-Allow-Headers":
8382
"X-Requested-With, content-type, Authorization",
8483
"Cross-Origin-Opener-Policy": "same-origin",

0 commit comments

Comments
 (0)