Docs: Correct JSONP comment in config file

Due to the change of disabling JSONP by default in 1.3 we also need to
change the description in the configuration file.

Closes #7069
This commit is contained in:
Alexander Reelsen 2014-07-29 09:08:23 +02:00
parent 8f4a48a550
commit 3e34e979b4
1 changed files with 3 additions and 3 deletions

View File

@ -378,8 +378,8 @@
################################## Security ################################
# Uncomment if you want to disable JSONP as a valid return transport on the
# Uncomment if you want to enable JSONP as a valid return transport on the
# http server. With this enabled, it may pose a security risk, so disabling
# it unless you need it is recommended.
# it unless you need it is recommended (it is disabled by default).
#
#http.jsonp.enable: false
#http.jsonp.enable: true