mirror of
https://github.com/Unleash/unleash.git
synced 2024-11-01 19:07:38 +01:00
09c87c755f
In this PR we remove the general SettingService cache, as it will not work across multiple horizontal unleash instances, events are not published across. We also fix the CORS origin to: - Access-Control-Allow-Origin set to "*" if no Origin is configured - Access-Control-Allow-Origin set to "*" if any Origin is configured to "*" - - Access-Control-Allow-Origin set to array and have the "cors" middleware to return an exact match on the user provided Origin. Co-authored-by: Fredrik Oseberg <fredrik.no@gmail.com> |
||
---|---|---|
.. | ||
api-token-middleware.test.ts | ||
api-token-middleware.ts | ||
conditional-middleware.ts | ||
content_type_checker.test.ts | ||
content_type_checker.ts | ||
cors-origin-middleware.test.ts | ||
cors-origin-middleware.ts | ||
demo-authentication.ts | ||
index.ts | ||
no-authentication.test.ts | ||
no-authentication.ts | ||
oss-authentication.test.ts | ||
oss-authentication.ts | ||
pat-middleware.test.ts | ||
pat-middleware.ts | ||
rbac-middleware.test.ts | ||
rbac-middleware.ts | ||
request-logger.ts | ||
response-time-metrics.ts | ||
secure-headers.ts | ||
session-db.ts |