[stable9] Add strict config check to config.js
This commit is contained in:
parent
b63482bd97
commit
6d559ff5cf
|
@ -32,6 +32,10 @@
|
|||
*
|
||||
*/
|
||||
|
||||
if(!\OC::$server->getRequest()->passesStrictCookieCheck()) {
|
||||
die();
|
||||
}
|
||||
|
||||
// Set the content type to Javascript
|
||||
header("Content-type: text/javascript");
|
||||
|
||||
|
|
Loading…
Reference in New Issue