summaryrefslogtreecommitdiffstats
path: root/apps/remoteStorage/auth.php
diff options
context:
space:
mode:
authorMichiel de Jong <michiel@unhosted.org>2012-06-09 21:01:12 +0200
committerMichiel de Jong <michiel@unhosted.org>2012-06-09 21:08:24 +0200
commit322fd512612d569c75ebbf515e5d5d9d9d5578ea (patch)
tree516c27eaf9cb8807eb348928a05af98a23f17bda /apps/remoteStorage/auth.php
parentab41b57f6266200e1b1c94d45487975163deb560 (diff)
downloadnextcloud-server-322fd512612d569c75ebbf515e5d5d9d9d5578ea.tar.gz
nextcloud-server-322fd512612d569c75ebbf515e5d5d9d9d5578ea.zip
avoid clickjacking
Diffstat (limited to 'apps/remoteStorage/auth.php')
-rw-r--r--apps/remoteStorage/auth.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/remoteStorage/auth.php b/apps/remoteStorage/auth.php
index f508983d052..8cbd4aa20f1 100644
--- a/apps/remoteStorage/auth.php
+++ b/apps/remoteStorage/auth.php
@@ -25,6 +25,7 @@
*
*/
+header("X-Frame-Options: Sameorigin");
// Do not load FS ...
$RUNTIME_NOSETUPFS = true;