Fixed CSRF errors when pgAdmin opened in an iframe on safari browser. Fixes #5675

This commit is contained in:
Aditya Toshniwal
2020-07-17 11:55:24 +05:30
committed by Akshay Joshi
parent 64f5253bd3
commit bd15d2d0f7
2 changed files with 3 additions and 1 deletions

View File

@@ -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: