mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-20 01:21:20 +01:00
Fix regression that broke use_secure_urls feature (#9052)
This commit is contained in:
@@ -815,6 +815,7 @@ $config['no_save_sent_messages'] = false;
|
||||
// Warning: This requires http server configuration. Sample:
|
||||
// RewriteRule ^/roundcubemail/[a-zA-Z0-9]{16}/(.*) /roundcubemail/$1 [PT]
|
||||
// Alias /roundcubemail /var/www/roundcubemail/
|
||||
// Warning: This feature does NOT work with request_path = 'SCRIPT_NAME'
|
||||
// Note: Use assets_path to not prevent the browser from caching assets
|
||||
$config['use_secure_urls'] = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user