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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow X-FRAME-OPTIONS to be set in config.py. Default
Date: 2019-02-12 16:17:18
Message-ID: E1gtakI-0004Dy-NM@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-02-13 07:34:56 pgAdmin 4 commit: Fix alignment of Connection type toggle switch of pga
Previous Message Dave Page 2019-02-12 16:07:43 pgAdmin 4 commit: Don't embed docs and external sites in iframes, to al