pgAdmin 4 commit: Remove panels for www.pgadmin.org and www.postgresql.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Remove panels for www.pgadmin.org and www.postgresql.
Date: 2017-10-10 08:16:27
Message-ID: E1e1piF-0003Rj-P4@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Remove panels for www.pgadmin.org and www.postgresql.org as they won't work with X-Frame-Options: SAMEORIGIN which is used now.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=63103c7a4869a6594eabde098b527315fefb8df2
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/help/__init__.py | 18 ++----------------
1 file changed, 2 insertions(+), 16 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-10-10 08:17:41 Re: [pgAdmin4][Patch]: Remove external links from Panel's context menu
Previous Message Dave Page 2017-10-10 08:14:28 pgAdmin 4 commit: Ensure HTMLMIN is only used with Python 2.7+