rss-bridge/docs/04_For_Developers/05_Debug_mode.md
Dag 4faaa79101
refactor: change the way dependencies are wired (#4194)
* refactor: change the way dependencies are setup

* lint
2024-08-07 03:15:43 +02:00

811 B

Warning!

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!


Debug mode enables error reporting and prevents loading data from the cache (data is still written to the cache). 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

Notice:

  • An empty file enables debug mode for anyone!
  • The bridge whitelist still applies! (debug mode does not enable all bridges)

RSS-Bridge will give you a visual feedback when debug mode is enabled.