]> git.donarmstrong.com Git - roundcube.git/blobdiff - config/main.inc.php.dist
Handle incorrect upgrade from 0.3.1-6 when "changed" column already
[roundcube.git] / config / main.inc.php.dist
index 144ca77b646d00264096b59a11e441c0ffebd541..ea0092b0d7e25f9f63d5b92be4fd9aefd911f8a1 100644 (file)
@@ -213,6 +213,9 @@ $rcmail_config['ip_check'] = false;
 // There have been problems reported with this feature.
 $rcmail_config['double_auth'] = false;
 
+// check referer of incoming requests
+$rcmail_config['referer_check'] = false;
+
 // this key is used to encrypt the users imap password which is stored
 // in the session record (and the client cookie if remember password is enabled).
 // please provide a string of exactly 24 chars.