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

View File

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