X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=config%2Fmain.inc.php.dist;h=ea0092b0d7e25f9f63d5b92be4fd9aefd911f8a1;hb=d832c6b37ce0cba5a2bc015b1c806ba6990c4253;hp=144ca77b646d00264096b59a11e441c0ffebd541;hpb=4212156c5c79d2f58342feb0d3ed1893f177bcab;p=roundcube.git diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 144ca77..ea0092b 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -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.