From b5fb855f1d152ef0c52d579b96c006a63e77fd10 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Thu, 23 Jan 2014 19:05:23 +0000 Subject: [PATCH] list.fhtml: Make `logout' be a POST operation. Organization: Straylight/Edgeware From: Mark Wooding It's really not idempotent. And also it will spam the CSRF token into the URL, which isn't what we want. --- list.fhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/list.fhtml b/list.fhtml index 0fb5faf..8a947aa 100644 --- a/list.fhtml +++ b/list.fhtml @@ -130,7 +130,7 @@

Log out of Chopwood

-
+ -- [mdw]