浏览代码

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
Alexander Reelsen 11 年之前
父节点
当前提交
3e34e979b4
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      config/elasticsearch.yml

+ 3 - 3
config/elasticsearch.yml

@@ -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