From 322fd512612d569c75ebbf515e5d5d9d9d5578ea Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Sat, 9 Jun 2012 21:01:12 +0200 Subject: [PATCH] avoid clickjacking --- apps/remoteStorage/auth.php | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5