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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Simplify cookie domain/path settings,per discussion.
Дата
Msg-id E1ezJi2-0007Q5-6H@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Simplify cookie domain/path settings, per discussion. Instead of trying to be smart, just let the user specify them in
theconfig, 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.vashi@enterprisedb.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(-)


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Showstopper desktop runtime issue
Следующее
От: Dave Page
Дата:
Сообщение: Re: Experiencing issues