From 8c961537525e58c71378b2d0f172069def0cae11 Mon Sep 17 00:00:00 2001 From: Francesco Cozzuto Date: Sun, 17 Aug 2025 19:22:19 +0200 Subject: [PATCH] Add README --- README.md | 1 + TODO | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b32516f --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +This is a small scale forum website written in C. It's just a proof of concept. \ No newline at end of file diff --git a/TODO b/TODO index 13dbf0e..26ae52f 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,5 @@ input validation to avoid XSS and injection only allow signup, login ecc over HTTPS session expiration -mark cookies as secure \ No newline at end of file +mark cookies as secure +consider SameSite=Strict \ No newline at end of file