feat: enhance CORS configuration with customizable headers and methods

This commit is contained in:
Patrick Werner
2026-03-12 19:44:31 +01:00
parent 01f4bc2ce9
commit 8069b7019a
7 changed files with 170 additions and 40 deletions

View File

@@ -371,6 +371,27 @@ hapi:
allow_Credentials: true
allowed_origin:
- "*"
# Optional overrides. If omitted, built-in defaults are used.
# allowed_headers:
# - Origin
# - Accept
# - Content-Type
# - Authorization
# - Cache-Control
# - If-Match
# - If-None-Match
# exposed_headers:
# - Location
# - Content-Location
# - ETag
# allowed_methods:
# - GET
# - POST
# - PUT
# - DELETE
# - OPTIONS
# - PATCH
# - HEAD
# -------------------------------------------------------------------------------
# L. Search Orchestration