Commit Graph

4 Commits

Author SHA1 Message Date
Vincent Breitmoser 041385ae4e
i18n: incorporate feedback from AO 2019-11-02 23:55:50 +01:00
Vincent Breitmoser 0fced131c5
i18n: working i18n based on gettext 2019-10-03 18:18:42 +02:00
Vincent Breitmoser 02321777b9
upload: simplify automatic POST request 2019-09-26 23:08:54 +02:00
Daniel Silverstone 6df212f087
upload: Require POST for token verification
In order to mitigate against MUAs previewing URLs, move the token
verification flow to a POST handler, and add a new GET handler
which returns a form requiring the user to click an additional time
in order to verify their address.

The returned form also carries some JavaScript which will attempt to
do this for the user, meaning the experience for the user should be
almost exactly as before, while mitigating MUA previews.

Closes: #53

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2019-09-26 21:42:48 +02:00