From 8ebe30746d3f15f01ef96fbd70b09ba75e17c9ac Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Tue, 29 Nov 2022 15:19:39 -0500 Subject: [PATCH] Minor changes --- app/main.py | 1 + 1 file changed, 1 insertion(+) 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,