From c0360469e3b2a6ddb6ccf5fbf77ab673c90efb84 Mon Sep 17 00:00:00 2001 From: ravaga Date: Tue, 3 Mar 2026 18:19:14 +0400 Subject: [PATCH] Add security headers --- static/_headers | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 static/_headers diff --git a/static/_headers b/static/_headers new file mode 100644 index 0000000..29667b7 --- /dev/null +++ b/static/_headers @@ -0,0 +1,4 @@ +/* + X-Frame-Options: DENY + Permissions-Policy: camera=(), microphone=(), geolocation=() + Content-Security-Policy: frame-ancestors 'none'