From 74d7e47bcc6da185224e123385552c839764203b Mon Sep 17 00:00:00 2001 From: rob Date: Sat, 1 Oct 2022 19:24:04 -0400 Subject: [PATCH] remove x-forwarded-for (not needed) --- gulpfile.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 4deede3..915b4f1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -24,9 +24,6 @@ function util_start_browsersync ( ) { proxy: { target: 'https://dev.base.digitaltelepresence.com:3410', ws: true, - reqHeaders: { - 'X-Forwarded-For': '127.0.0.1, 127.0.0.1', - }, }, host: 'dev.base.digitaltelepresence.com', open: 'external',