diff --git a/src/backend/InvenTree/InvenTree/settings.py b/src/backend/InvenTree/InvenTree/settings.py index f365d9a8e5..68b52c9656 100644 --- a/src/backend/InvenTree/InvenTree/settings.py +++ b/src/backend/InvenTree/InvenTree/settings.py @@ -1206,7 +1206,7 @@ CORS_ALLOW_CREDENTIALS = get_boolean_setting( ) # Only allow CORS access to the following URL endpoints -CORS_URLS_REGEX = r'^/(api|auth|media|static)/.*$' +CORS_URLS_REGEX = r'^/(api|auth|media|plugin|static)/.*$' CORS_ALLOWED_ORIGINS = get_setting( 'INVENTREE_CORS_ORIGIN_WHITELIST',