Skip to content

Commit

Permalink
[#534] Calm down over-the-top warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Apr 29, 2013
1 parent 2ebe344 commit f23f50c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/configuration.rst
Expand Up @@ -55,10 +55,9 @@ Default value: ``False``
This enables Pylons' interactive debugging tool, makes Fanstatic serve unminified JS and CSS
files, and enables CKAN templates' debugging features.

.. warning:: THIS SETTING MUST BE SET TO FALSE ON A PRODUCTION ENVIRONMENT.
Debug mode will enable the interactive debugging tool, allowing ANYONE to
execute malicious code after an exception is raised.

.. warning:: This option should be set to ``False`` for a public site.
With debug mode enabled, a visitor to your site could execute malicious
commands.


Database Settings
Expand Down

0 comments on commit f23f50c

Please sign in to comment.