Projects
Kolab:3.4
pykolab
0004-Use-more-secure-urls-by-default.patch
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0004-Use-more-secure-urls-by-default.patch of Package pykolab (Revision 111)
Currently displaying revision
111
,
Show latest
From 57a48ed5e5fed38b4bbbb088fc9425a4b407c0b0 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" <vanmeeuwen@kolabsys.com> Date: Wed, 20 Aug 2014 12:47:20 +0200 Subject: [PATCH 4/4] Use more secure urls by default --- share/templates/roundcubemail/config.inc.php.tpl | 2 ++ 1 file changed, 2 insertions(+) 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'] = '/assets/'; \$config['mail_domain'] = ''; -- 1.9.3
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.