diff options
author | Michiel de Jong <michiel@unhosted.org> | 2012-06-09 21:01:12 +0200 |
---|---|---|
committer | Michiel de Jong <michiel@unhosted.org> | 2012-06-09 21:08:24 +0200 |
commit | 322fd512612d569c75ebbf515e5d5d9d9d5578ea (patch) | |
tree | 516c27eaf9cb8807eb348928a05af98a23f17bda /apps/remoteStorage/auth.php | |
parent | ab41b57f6266200e1b1c94d45487975163deb560 (diff) | |
download | nextcloud-server-322fd512612d569c75ebbf515e5d5d9d9d5578ea.tar.gz nextcloud-server-322fd512612d569c75ebbf515e5d5d9d9d5578ea.zip |
avoid clickjacking
Diffstat (limited to 'apps/remoteStorage/auth.php')
-rw-r--r-- | apps/remoteStorage/auth.php | 1 |
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; |