1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00
unleash.unleash/frontend/src
Ivar Conradi Østhus 883679d60f
Fix/remove settings cache (#2694)
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>
2022-12-14 17:36:36 +01:00
..
__mocks__
assets Change request event tracking (#2570) 2022-11-30 12:04:29 +01:00
component Fix/remove settings cache (#2694) 2022-12-14 17:36:36 +01:00
constants Feat clone environment modal (#2245) 2022-10-28 09:15:46 +01:00
contexts Custom event tracking (#2151) 2022-10-10 14:06:44 +02:00
hooks Conditional swr (#2637) 2022-12-08 14:59:32 +01:00
interfaces Remove clone env and sync sso group flags (#2596) 2022-12-05 12:07:15 +02:00
openapi Feature toggles: Filtering by tags (#2396) 2022-11-15 10:24:36 +00:00
themes feat: review your draft sidebar (#2305) 2022-11-02 16:05:27 +01:00
types
utils feat: favorite feature table icons (#2525) 2022-11-30 12:44:38 +00:00
index.tsx Feat/dark mode exp (#1137) 2022-08-23 14:20:02 +02:00
setupTests.ts
vite-env.d.ts