Minor changes

This commit is contained in:
Scott Idem
2022-11-29 15:19:39 -05:00
parent e4ca27a84d
commit 8ebe30746d

View File

@@ -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,