Skip to content

Commit 116f10f

Browse files
committed
allow all headers
1 parent 68098bd commit 116f10f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

next.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ module.exports = {
1818
},
1919
{
2020
key: 'Access-Control-Allow-Headers',
21-
value:
22-
'X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version',
21+
value: '*',
2322
},
2423
],
2524
},

0 commit comments

Comments
 (0)