From 12e8608f98ceae2d36bb31ef241aa8e48e73487c Mon Sep 17 00:00:00 2001 From: Kia Lam Date: Tue, 27 Sep 2022 09:16:00 -0700 Subject: [PATCH] Remove changeOrigin proxy setting. --- awx/ui/src/setupProxy.js | 1 - 1 file changed, 1 deletion(-) 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, }) ); };