Make our session cookie secure by default, and locked to www.postgresql.org
authorMagnus Hagander <magnus@hagander.net>
Sat, 17 Dec 2011 18:39:36 +0000 (19:39 +0100)
committerMagnus Hagander <magnus@hagander.net>
Sat, 17 Dec 2011 18:40:33 +0000 (19:40 +0100)
commit437557acd3cabeb33811fa6af4eb9022aa3bebc5
tree198c983c9a6c60991686f8d07f673ab87f6c8f86
parentfab39e039bf0bc0c2ab31293d66248d30f072bfd
Make our session cookie secure by default, and locked to postgresql.org

This increases session security, obviously... It will also break local development
installs, which will have to add the two rows that this patch adds to the
documentation.
docs/dev_install.rst
pgweb/settings.py