changeset 4704e24fcd1a in bugs.tryton.org:default
details: https://hg.tryton.org/bugs.tryton.org?cmd=changeset;node=4704e24fcd1a
description:
        Use https in tracker web for CSRF check

        Roundup compare the Referer with this value so they must both use https.
diffstat:

 config.ini |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 0e1a26853f2e -r 4704e24fcd1a config.ini
--- a/config.ini        Sat Feb 16 19:38:54 2019 +0100
+++ b/config.ini        Sat Feb 16 19:49:09 2019 +0100
@@ -166,7 +166,7 @@
 # that is required to get to the home page of the tracker.
 # You MUST include a trailing '/' in the URL.
 # Default: NO DEFAULT
-web = http://bugs.tryton.org/
+web = https://bugs.tryton.org/
 
 # Email address that mail to roundup should go to.
 # If no domain is specified then mail_domain is added.

Reply via email to