Fix parameter accessControlAllowOriginList:

This commit is contained in:
arcoast
2024-04-01 21:44:50 +01:00
committed by GitHub
parent 58741ef224
commit d6ebc7275a
+1 -2
View File
@@ -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.