mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-14 18:40:51 +02:00
[#6063] fixed x-forwarded-for typo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user