diff options
-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; |