From: Mark Wooding Date: Fri, 15 May 2020 16:59:48 +0000 (+0100) Subject: cookies.fhtml: Fix a stupid typo. X-Git-Tag: 1.2.0~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/chopwood/commitdiff_plain/99ed4b3f1e1c687f915a98aa01bcf9703d30d641 cookies.fhtml: Fix a stupid typo. --- diff --git a/cookies.fhtml b/cookies.fhtml index 121b2e4..36302f7 100644 --- a/cookies.fhtml +++ b/cookies.fhtml @@ -41,7 +41,7 @@ carry this token about, but that causes other trouble.

For example, if we used GET requests then the token would appear as part of a URL, where it would end up being written in the location bar of -many browsers, stored in history databases, many even sent to random cloud +many browsers, stored in history databases, maybe even sent to random cloud services; this obviously has an adverse effect on security. Also, the token is kind of long and ugly.