pgAdmin 4 commit: Allow X-FRAME-OPTIONS to be set in config.py.Default - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Allow X-FRAME-OPTIONS to be set in config.py.Default
Date
Msg-id E1gtakI-0004Dy-NM@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Allow X-FRAME-OPTIONS to be set in config.py. Default to SAMEORIGIN. Fixes #3439

DENY cannot be supported without breaking the debugger and query tool.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f72dcc23eae5b80337e221f000839cf0a530e532

Modified Files
--------------
docs/en_US/release_notes_4_3.rst | 1 +
web/config.py                    | 6 ++++++
web/pgadmin/__init__.py          | 5 +++++
3 files changed, 12 insertions(+)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Don't embed docs and external sites in iframes,to al
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fix alignment of Connection type toggle switch ofpga