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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Allow X-FRAME-OPTIONS to be set in config.py.Default
Дата
Msg-id E1gtakI-0004Dy-NM@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Don't embed docs and external sites in iframes,to al
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Fix alignment of Connection type toggle switch ofpga