aboutsummaryrefslogtreecommitdiffstats
path: root/thallium-backend/src/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'thallium-backend/src/app.py')
-rw-r--r--thallium-backend/src/app.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/thallium-backend/src/app.py b/thallium-backend/src/app.py
index bfd85dd..98a0500 100644
--- a/thallium-backend/src/app.py
+++ b/thallium-backend/src/app.py
@@ -74,6 +74,7 @@ async def add_process_time_and_security_headers(
" style-src 'unsafe-inline';"
" font-src https://fonts.scalar.com;"
" img-src 'self';"
+ " connect-src 'self';"
)
response.headers["Referrer-Policy"] = "no-referrer"
response.headers["Permissions-Policy"] = (