Skip to content

Commit 6233886

Browse files
authored
Merge pull request #3481 from domanchi/master
Removing CORS header in request
2 parents f375afc + 700d547 commit 6233886

File tree

6 files changed

+16
-17
lines changed

6 files changed

+16
-17
lines changed

dist/swagger-ui-bundle.js

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/swagger-ui-bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/swagger-ui-standalone-preset.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/swagger-ui.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/swagger-ui.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/plugins/auth/actions.js

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

151151
let _headers = Object.assign({
152152
"Accept":"application/json, text/plain, */*",
153-
"Access-Control-Allow-Origin": "*",
154153
"Content-Type": "application/x-www-form-urlencoded"
155154
}, headers)
156155

0 commit comments

Comments
 (0)