diff --git a/app/main.py b/app/main.py index dd1d742..c501414 100644 --- a/app/main.py +++ b/app/main.py @@ -409,6 +409,7 @@ app.include_router( # BEGIN: CORS +# NOTE: Eventually this should query the DB for the specific list based on the cfg table and or site_domain table. That way it is dynamic and only allowing those defined in the DB. No wildcards or regex. # NOTE: Need to include .localhost for less browser restrictions! Mainly for audio and video. app.add_middleware( CORSMiddleware,