summaryrefslogtreecommitdiffstats
path: root/templates/note.html.template
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-10-14 11:46:56 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-10-14 11:46:56 -0700
commit21d7462b057838eb173145d79d2b9fd6c71e8053 (patch)
tree906573ab446f6f62fa24c566529e3e415a3b746c /templates/note.html.template
parentf475bf0e8a0e2b59fbc8f300c882e30c04c972f5 (diff)
downloadroseh.moe-21d7462b057838eb173145d79d2b9fd6c71e8053.tar.zst
Remove CSRF tokens
I think the built-in cross-origin protection will be good enough.
Diffstat (limited to 'templates/note.html.template')
-rw-r--r--templates/note.html.template1
1 files changed, 0 insertions, 1 deletions
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}}
<form id="form" method="post">
- <input type="hidden" name="csrf-token" value="{{.CSRFToken}}">
<div class="save-indicator-container">
{{block "saveIndicator" ""}}
<span id="save-indicator">{{.}}</span>