Sharkey/packages
dakkar 6826e43ad7 make cookie a bit more secure - fixes #445
We can't make the cookie `HttpOnly` because we're setting it from
Javascript, but I'm not sure it's worth the trouble to redesign that:
`JSON.parse(localStorage.account).token` gives you the token anyway,
hiding the cookie from JS won't offer much protection.

At least we can mark is `Secure` (meaning, only send it over HTTPS)
and _delete it on logout_ (it wasn't!)
2024-03-10 10:26:04 +00:00
..
backend check prohibited words when creating notes 2024-03-05 16:52:05 +00:00
frontend make cookie a bit more secure - fixes #445 2024-03-10 10:26:04 +00:00
megalodon add: Bubble timeline 2023-12-04 02:10:51 +01:00
misskey-bubble-game merge upstream for 2024.2.1 2024-03-02 16:36:49 +00:00
misskey-js merge upstream for 2024.2.1 2024-03-02 16:36:49 +00:00
misskey-reversi merge upstream for 2024.2.1 2024-03-02 16:36:49 +00:00
shared chore: use @misskey-dev/eslint-plugin (#12860) 2023-12-31 15:26:57 +09:00
sw merge upstream for 2024.2.1 2024-03-02 16:36:49 +00:00
meta.json refactoring 2021-11-12 02:02:25 +09:00