[Pkg-owncloud-commits] [owncloud] 123/134: Use JS as content-type due to mimesniffing
David Prévot
taffit at moszumanska.debian.org
Fri Apr 18 21:44:08 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit c4d4065dc2ab6f1533d668de47de02a3145f978b
Author: Lukas Reschke <lukas at statuscode.ch>
Date: Thu Apr 17 10:40:19 2014 +0200
Use JS as content-type due to mimesniffing
---
settings/js/apps-custom.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/settings/js/apps-custom.php b/settings/js/apps-custom.php
index c25148c..2b2f256 100644
--- a/settings/js/apps-custom.php
+++ b/settings/js/apps-custom.php
@@ -9,8 +9,8 @@
// Check if admin user
OC_Util::checkAdminUser();
-// Set the content type to JSON
-header('Content-type: application/json');
+// Set the content type to JS
+header('Content-type: application/javascript');
// Disallow caching
header("Cache-Control: no-cache, must-revalidate");
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list