Signed-off-by: Arthur DANJOU <arthurdanjou@outlook.fr>
This commit is contained in:
2021-07-08 19:43:22 +02:00
parent ee6e73111d
commit cea3f81feb

View File

@@ -44,9 +44,7 @@ const corsConfig: CorsConfig = {
| one of the above values.
|
*/
origin: (theme) => {
return theme.includes('arthurdanjou.fr')
},
origin: '*',
/*
|--------------------------------------------------------------------------