[#6063] fixed x-forwarded-for typo

This commit is contained in:
Gani Georgiev
2024-12-09 04:33:44 +02:00
parent 88a1867169
commit 9747f46c1d
34 changed files with 3869 additions and 3867 deletions
@@ -8,7 +8,7 @@
import CommonHelper from "@/utils/CommonHelper";
import { scale } from "svelte/transition";
const commonProxyHeaders = ["X-Forward-For", "Fly-Client-IP", "CF-Connecting-IP"];
const commonProxyHeaders = ["X-Forwarded-For", "Fly-Client-IP", "CF-Connecting-IP"];
export let formSettings;
export let healthData;