mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #9229 from silverstripe/pulls/secure-coding-docs
Update secure coding standards
This commit is contained in:
commit
b6fb6a6461
@ -697,9 +697,7 @@ following in your .htaccess to ensure this behaviour is activated.
|
|||||||
</IfModule>
|
</IfModule>
|
||||||
```
|
```
|
||||||
|
|
||||||
In a future release this behaviour will be changed to be on by default, and this environment
|
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.
|
||||||
variable will be no longer necessary, thus it will be necessary to always set
|
|
||||||
`SS_TRUSTED_PROXY_IPS` if using a proxy.
|
|
||||||
|
|
||||||
## Secure Sessions, Cookies and TLS (HTTPS)
|
## Secure Sessions, Cookies and TLS (HTTPS)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user