diff --git a/VERSION b/VERSION index f65dc1e..a412349 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.9 +1.7.10 diff --git a/backend/main.py b/backend/main.py index e3f9017..9ff688b 100644 --- a/backend/main.py +++ b/backend/main.py @@ -97,7 +97,8 @@ async def cache_control_middleware(request: Request, call_next): "connect-src 'self' https://login.microsoftonline.com; " "frame-src 'self' https://login.microsoftonline.com; " "form-action 'self' https://login.microsoftonline.com; " - "img-src 'self' data:;" + "img-src 'self' data:; " + "font-src 'self' data:;" ) return response