diff --git a/docs/en/02_Developer_Guides/09_Security/04_Secure_Coding.md b/docs/en/02_Developer_Guides/09_Security/04_Secure_Coding.md index a3393a72a..bbc981ab0 100644 --- a/docs/en/02_Developer_Guides/09_Security/04_Secure_Coding.md +++ b/docs/en/02_Developer_Guides/09_Security/04_Secure_Coding.md @@ -697,9 +697,7 @@ following in your .htaccess to ensure this behaviour is activated. ``` -In a future release this behaviour will be changed to be on by default, and this environment -variable will be no longer necessary, thus it will be necessary to always set -`SS_TRUSTED_PROXY_IPS` if using a proxy. +As of SilverStripe 4, this behaviour is on by default, and the environment variable is no longer required. For correct operation, it is necessary to always set `SS_TRUSTED_PROXY_IPS` if using a proxy. ## Secure Sessions, Cookies and TLS (HTTPS)