pgAdmin 4 commit: Simplify cookie domain/path settings, per discussion.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Simplify cookie domain/path settings, per discussion.
Date: 2018-03-23 10:14:06
Message-ID: E1ezJi2-0007Q5-6H@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Simplify cookie domain/path settings, per discussion. Instead of trying to be smart, just let the user specify them in the config, e.g.

COOKIE_DEFAULT_DOMAIN = None
SESSION_COOKIE_DOMAIN = None

Branch
------
master

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

Modified Files
--------------
web/config.py | 4 ++--
web/pgadmin/__init__.py | 11 ++---------
web/pgadmin/browser/__init__.py | 3 ++-
web/pgadmin/preferences/__init__.py | 3 ++-
4 files changed, 8 insertions(+), 13 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-03-23 10:14:27 Re: Experiencing issues
Previous Message Magnus Hagander 2018-03-23 10:10:16 Re: Showstopper desktop runtime issue