pgAdmin 4 commit: Ensure the cookie domain and path are properly set. F

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure the cookie domain and path are properly set. F
Date: 2018-03-15 17:59:34
Message-ID: E1ewXA6-0006Iz-BP@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure the cookie domain and path are properly set. Fixes #3197

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9c4edb4a28795a2ea0951581c3962bebe3ffed32
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/__init__.py | 4 +++-
web/pgadmin/browser/__init__.py | 4 +++-
web/pgadmin/preferences/__init__.py | 5 ++++-
web/pgadmin/utils/paths.py | 11 +++++++++++
web/pgadmin/utils/session.py | 4 +++-
5 files changed, 24 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin 4 Jenkins 2018-03-15 18:00:44 Build failed in Jenkins: pgadmin4-master-python35 #532
Previous Message Murtuza Zabuawala 2018-03-15 16:25:22 Re: pgAdmin 4 commit: Ignore config_local.py and config_distro.py when runn