diff --git a/src/backend/InvenTree/InvenTree/settings.py b/src/backend/InvenTree/InvenTree/settings.py index 59e11b5112..9bd426935c 100644 --- a/src/backend/InvenTree/InvenTree/settings.py +++ b/src/backend/InvenTree/InvenTree/settings.py @@ -1270,7 +1270,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',