akkoma-fe/src
Oneric ab250c2f3a Explicitly set SameSite attribute for cookies
Modern browsers start to tighten down on third-party access to cookies.
E.g. in current Firefox, a warning about the userLanguage cookie was
shown since it did not yet explicitly set the SameSite attribute and the
default is about to change.

The cookie name being referred to as BACKEND_LANGUAGE_COOKIE_NAME
suggests it should be readable by the actual Akkoma backend, which can
live at a different domain than akkoma-fe. Thus explicitly enable
sharing with third-party sites.

No warnings were shown for other cookies, so I assume
this was the only one not yet setting SameSite.
2023-10-19 01:05:59 +02:00
..
assets dd nsfw 2020-05-20 17:15:34 +01:00
boot add timeline visibility setting parsing 2023-03-18 20:01:05 +00:00
components Disabled aggressive matching for reduced motion (we search for gif now) 2023-09-12 04:32:01 -07:00
directives fix: emoji picker not scrollable on ios 2023-07-11 22:16:37 +07:00
hocs add follow/unfollow to followed tags list 2023-01-01 21:05:25 +00:00
i18n add VI to messages.js 2023-10-02 13:28:23 +01:00
lib simplify timeline vibility checks 2023-03-18 20:22:47 +00:00
modules Explicitly set SameSite attribute for cookies 2023-10-19 01:05:59 +02:00
services Add load more to blocks/mutes 2023-08-04 15:54:04 +01:00
_variables.scss purge shout/chat (#49) 2022-07-20 15:36:45 +00:00
App.js Add reports management (#186) 2022-11-06 21:26:05 +00:00
App.scss fix dropdown-item-icon and form controls using missing variables 2023-05-01 20:50:31 +03:00
App.vue Add reports management (#186) 2022-11-06 21:26:05 +00:00
main.js add recently used emojis panel to emoji picker (#283) 2023-03-10 19:10:42 +00:00
panel.scss fix inline conversation's shadow showing through outer header 2022-05-09 23:18:39 +03:00
sw.js Big 'ol set of patches and dep maintenance (#212) 2022-11-15 15:47:32 +00:00