mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed CSRF errors when pgAdmin opened in an iframe on safari browser. Fixes #5675
This commit is contained in:
committed by
Akshay Joshi
parent
64f5253bd3
commit
bd15d2d0f7
@@ -36,6 +36,7 @@ class _PGCSRFProtect(CSRFProtect):
|
||||
'pgadmin.tools.debugger.direct_new',
|
||||
'pgadmin.tools.schema_diff.panel',
|
||||
'pgadmin.tools.schema_diff.ddl_compare',
|
||||
'pgadmin.authenticate.login'
|
||||
]
|
||||
|
||||
for exempt in exempt_views:
|
||||
|
||||
Reference in New Issue
Block a user