pgAdmin 4 commit: Set SESSION_COOKIE_SAMESITE='Lax' per Flaskrecommend - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Set SESSION_COOKIE_SAMESITE='Lax' per Flaskrecommend
Date
Msg-id E1fGOm5-0008Ap-Sl@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Set SESSION_COOKIE_SAMESITE='Lax' per Flask recommendation to prevents sending cookies with CSRF-prone requests from
externalsites, such as submitting a form. Fixes #3342 

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a68dac97c4e7610beb65871aca25ead59bb849e0
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/config.py | 1 +
1 file changed, 1 insertion(+)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch] Feature #3270 Add support for running regression tests against Firefox
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4] To make session cookie more secure (Server mode)