X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=config%2Fconfig_local.example.php;h=1c34e3e752839ef1fe208b54bcd06af3a1210ca8;hp=1cac112971573979cb7646d4680405912765e6d0;hb=HEAD;hpb=3ab5b55bba23336f2813fc1bbac7ae1360fb33ab diff --git a/config/config_local.example.php b/config/config_local.example.php index 1cac1129..d6918a2f 100644 --- a/config/config_local.example.php +++ b/config/config_local.example.php @@ -7,7 +7,7 @@ * Don't do it unless you know what you're doing. * Use standard PHP syntax, see config.php for examples. * - * @copyright 2002-2020 The SquirrelMail Project Team + * @copyright 2002-2022 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -61,6 +61,14 @@ * part (beginning with "@") will be stripped before * calculating the CRC or MD5. * + * $default_htmlspecialchars_encoding (string) is used to + * specify the charset that is used for htmlspecialchars() + * calls when an invalid charset was requested (PHP's + * htmlspecialchars() only supports a limited number of + * encodings). SquirrelMail defaults to iso-8859-1, but if + * you want to change the default to something like utf-8, + * you can use this setting for that. + * * $smtp_stream_options allows more control over the SSL context * used when connecting to the SMTP server over SSL/TLS. See: * http://www.php.net/manual/context.php and in particular @@ -200,4 +208,10 @@ * some environments. * $upload_filesize_divisor = 1024; * + * $same_site_cookies allows override of how cookies are set + * with the "SameSite" attribute. Normally you won't want to + * do anything with this. If you do, you can set it to "Lax" + * "Strict" (which is default) or "None" -- or set it to an + * empty string to cause cookies to be sent without adding + * the SameSite attribute at all and use the browser's default */