Skip to content

Commit 860d356

Browse files
author
Aaron Loo
committed
remove CORS header in request
1 parent febd5ff commit 860d356

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/plugins/auth/actions.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ export const authorizeRequest = ( data ) => ( { fn, authActions, errActions, aut
135135

136136
let _headers = Object.assign({
137137
"Accept":"application/json, text/plain, */*",
138-
"Access-Control-Allow-Origin": "*",
139138
"Content-Type": "application/x-www-form-urlencoded"
140139
}, headers)
141140

0 commit comments

Comments
 (0)