diff --git a/awx/ui/src/setupProxy.js b/awx/ui/src/setupProxy.js index 8001584ca1..e072a4f82b 100644 --- a/awx/ui/src/setupProxy.js +++ b/awx/ui/src/setupProxy.js @@ -8,7 +8,6 @@ module.exports = (app) => { target: TARGET, secure: false, ws: true, - changeOrigin: true, }) ); };