From 5bc81bd18961fe7fcea86b67709ba91ef76a3ea2 Mon Sep 17 00:00:00 2001 From: Julian LaNeve Date: Wed, 23 Oct 2024 10:52:25 -0400 Subject: [PATCH] add xss content security policy (#329) --- ui/src/app.html | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/ui/src/app.html b/ui/src/app.html index a4f1d0df..76f019fc 100644 --- a/ui/src/app.html +++ b/ui/src/app.html @@ -1,12 +1,17 @@ - - - - - %sveltekit.head% - - -
%sveltekit.body%
- + + + + + + + %sveltekit.head% + + + +
%sveltekit.body%
+ +