From 21d7462b057838eb173145d79d2b9fd6c71e8053 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Tue, 14 Oct 2025 11:46:56 -0700 Subject: Remove CSRF tokens I think the built-in cross-origin protection will be good enough. --- templates/note.html.template | 1 - 1 file changed, 1 deletion(-) (limited to 'templates/note.html.template') diff --git a/templates/note.html.template b/templates/note.html.template index 07c2d8e..19da416 100644 --- a/templates/note.html.template +++ b/templates/note.html.template @@ -6,7 +6,6 @@ {{end}}
-
{{block "saveIndicator" ""}} {{.}} -- cgit v1.3.1