From 860d3561783637ac07858bff6f97862377610a73 Mon Sep 17 00:00:00 2001 From: Aaron Loo Date: Fri, 28 Jul 2017 10:15:05 -0700 Subject: [PATCH] remove CORS header in request --- src/core/plugins/auth/actions.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/plugins/auth/actions.js b/src/core/plugins/auth/actions.js index 772e858c..ffef9eb2 100644 --- a/src/core/plugins/auth/actions.js +++ b/src/core/plugins/auth/actions.js @@ -135,7 +135,6 @@ export const authorizeRequest = ( data ) => ( { fn, authActions, errActions, aut let _headers = Object.assign({ "Accept":"application/json, text/plain, */*", - "Access-Control-Allow-Origin": "*", "Content-Type": "application/x-www-form-urlencoded" }, headers)