1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-27 13:49:10 +02:00
unleash.unleash/frontend/src/component
Ivar Conradi Østhus 09c87c755f
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:35:22 +01:00
..
addons
admin Fix/remove settings cache (#2694) 2022-12-14 17:35:22 +01:00
application
archive Update dialogue design (#2342) 2022-12-14 15:16:58 +00:00
changeRequest
common Update dialogue design (#2342) 2022-12-14 15:16:58 +00:00
context
environments adjusting mobile styles (#2604) 2022-12-06 17:01:14 +01:00
events
feature Update dialogue design (#2342) 2022-12-14 15:16:58 +00:00
feedback
layout
menu refactor: move docs into new structure / fix links for SEO (#2416) 2022-11-22 09:05:30 +00:00
playground/Playground
project fix: upgrades useHiddenColumns hook to fix related issues (#2691) 2022-12-14 15:22:38 +00:00
providers
segments Update dialogue design (#2342) 2022-12-14 15:16:58 +00:00
splash
strategies
tags
user
App.styles.ts
App.tsx