From d6ebc7275a604e77df9552828ed5eff91657f06a Mon Sep 17 00:00:00 2001 From: arcoast <81871508+arcoast@users.noreply.github.com> Date: Mon, 1 Apr 2024 21:44:50 +0100 Subject: [PATCH] Fix parameter `accessControlAllowOriginList:` --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ca5d5afb..00437efe 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ http: materialious: headers: accessControlAllowCredentials: true - accessControlAllowOrigin: "https://materialious.example.com" + accessControlAllowOriginList: "https://materialious.example.com" accessControlAllowMethods: - GET - POST @@ -111,7 +111,6 @@ http: - Content-Type ``` - ### Other Please open a PR request or issue if you implement this in a different reverse proxy.