summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2013-01-26 18:37:09 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2013-01-26 18:37:09 +0000
commit9f127793be20c1e23f31c66b5efd4a0acaea2642 (patch)
treec3b45ebf7959f1fb6c9693077e12d829567109f8 /app/views
parent134b66cb290f084a06a8a4ad7a21913cf002ca85 (diff)
downloadredmine-9f127793be20c1e23f31c66b5efd4a0acaea2642.tar.gz
redmine-9f127793be20c1e23f31c66b5efd4a0acaea2642.zip
Make JSONP support optional and disabled by default (#12992).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11272 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/settings/_authentication.html.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/settings/_authentication.html.erb b/app/views/settings/_authentication.html.erb
index bba896497..d190fab66 100644
--- a/app/views/settings/_authentication.html.erb
+++ b/app/views/settings/_authentication.html.erb
@@ -19,6 +19,8 @@
<p><%= setting_check_box :openid, :disabled => !Object.const_defined?(:OpenID) %></p>
<p><%= setting_check_box :rest_api_enabled %></p>
+
+<p><%= setting_check_box :jsonp_enabled %></p>
</div>
<fieldset class="box">