pgAdmin 4 commit: Don't embed docs and external sites in iframes,to al

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Don't embed docs and external sites in iframes,to al
Дата
Msg-id E1gtab1-0003CL-ET@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Don't embed docs and external sites in iframes, to allow the external sites to set X-FRAME-OPTIONS = DENY for security.
Fxies#3985 

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_3.rst                   |  3 +-
.../servers/tablespaces/static/js/tablespace.js    |  2 +-
web/pgadmin/browser/static/js/browser.js           | 42 +++-------------------
web/pgadmin/browser/static/js/node.js              | 31 ++--------------
web/pgadmin/browser/static/js/wizard.js            | 17 +--------
.../templates/dashboard/welcome_dashboard.html     |  8 ++---
web/pgadmin/help/__init__.py                       | 22 ++----------
web/pgadmin/preferences/static/js/preferences.js   |  2 +-
web/pgadmin/static/js/sqleditor/filter_dialog.js   |  2 +-
.../backup/static/js/backup_dialog_wrapper.js      |  3 +-
.../tools/maintenance/static/js/maintenance.js     |  2 +-
.../restore/static/js/restore_dialog_wrapper.js    |  3 +-
.../user_management/static/js/user_management.js   |  4 +--
.../backup/backup_dialog_wrapper_spec.js           | 10 ++----
.../restore/restore_dialog_wrapper_spec.js         |  6 ++--
15 files changed, 28 insertions(+), 129 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Install a script to start pgAdmin (pgadmin4) fromthe
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Allow X-FRAME-OPTIONS to be set in config.py.Default