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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Don't embed docs and external sites in iframes, to al
Date: 2019-02-12 16:07:43
Message-ID: E1gtab1-0003CL-ET@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-02-12 16:17:18 pgAdmin 4 commit: Allow X-FRAME-OPTIONS to be set in config.py. Default
Previous Message Dave Page 2019-02-12 14:04:50 pgAdmin 4 commit: Install a script to start pgAdmin (pgadmin4) from the