From 33dc7ea97c0b86985749437124e31e3a17f40d74 Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Sun, 18 May 2025 23:23:06 +0100 Subject: [PATCH] feat: bypass gateway --- src/Executor/Executor.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Executor/Executor.php b/src/Executor/Executor.php index c381ceeae3..5b204c1910 100644 --- a/src/Executor/Executor.php +++ b/src/Executor/Executor.php @@ -37,7 +37,8 @@ class Executor $this->headers = [ 'content-type' => 'application/json', 'authorization' => 'Bearer ' . System::getEnv('_APP_EXECUTOR_SECRET', ''), - 'x-opr-addressing-method' => 'anycast-efficient' + 'x-opr-addressing-method' => 'anycast-efficient', + 'x-edge-bypass-gateway' => '1' ]; }