share/templates

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Wed Aug 20 12:56:11 CEST 2014


 share/templates/roundcubemail/config.inc.php.tpl |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 57a48ed5e5fed38b4bbbb088fc9425a4b407c0b0
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Wed Aug 20 12:47:20 2014 +0200

    Use more secure urls by default

diff --git a/share/templates/roundcubemail/config.inc.php.tpl b/share/templates/roundcubemail/config.inc.php.tpl
index eb3f7ec..920423e 100644
--- a/share/templates/roundcubemail/config.inc.php.tpl
+++ b/share/templates/roundcubemail/config.inc.php.tpl
@@ -6,6 +6,8 @@
     \$config['session_domain'] = '';
     \$config['des_key'] = "$des_key";
     \$config['username_domain'] = '$primary_domain';
+    \$config['use_secure_urls'] = true;
+    \$config['assets_path'] = '/roundcubemail/assets/';
 
     \$config['mail_domain'] = '';
 




More information about the commits mailing list