blob: ba11ab2a52d1950d9a10b48d8aa3788bfcb7c7e5 (
plain)
1
2
3
4
5
6
7
|
---
upgrade:
- A new config option, `insecure_debug`, is added to control whether debug
information is returned to clients. This used to be controlled by the
`debug` option. If you'd like to return extra information to clients
set the value to ``true``. This extra information may help an attacker.
|