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