mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Updating CORS_ENABLED to true as documentation describes
This commit is contained in:
@@ -27,7 +27,7 @@ const defaults: Record<string, any> = {
|
||||
REFRESH_TOKEN_COOKIE_SECURE: false,
|
||||
REFRESH_TOKEN_COOKIE_SAME_SITE: 'lax',
|
||||
|
||||
CORS_ENABLED: false,
|
||||
CORS_ENABLED: true,
|
||||
|
||||
CACHE_ENABLED: true,
|
||||
CACHE_STORE: 'memory',
|
||||
|
||||
Reference in New Issue
Block a user