2022-03-22 23:33:29 +03:00
|
|
|
<h1 align="center">Warning!</h1>
|
|
|
|
|
2024-08-07 04:15:43 +03:00
|
|
|
Enabling debug mode on a public server may result in malicious clients retrieving sensitive data about your server and possibly gaining access to it.
|
|
|
|
Do not enable debug mode on a public server, unless you understand the implications of your doing!
|
2022-03-22 23:33:29 +03:00
|
|
|
|
|
|
|
***
|
|
|
|
|
|
|
|
Debug mode enables error reporting and prevents loading data from the cache (data is still written to the cache).
|
2023-06-02 21:22:09 +03:00
|
|
|
To enable debug mode, set in `config.ini.php`:
|
|
|
|
|
|
|
|
enable_debug_mode = true
|
|
|
|
|
|
|
|
Allow only explicit ip addresses:
|
|
|
|
|
|
|
|
debug_mode_whitelist[] = 127.0.0.1
|
|
|
|
debug_mode_whitelist[] = 192.168.1.10
|
2022-03-22 23:33:29 +03:00
|
|
|
|
|
|
|
_Notice_:
|
|
|
|
|
|
|
|
* An empty file enables debug mode for anyone!
|
|
|
|
* The bridge whitelist still applies! (debug mode does **not** enable all bridges)
|
|
|
|
|
2023-06-02 21:22:09 +03:00
|
|
|
RSS-Bridge will give you a visual feedback when debug mode is enabled.
|