]> source.dussan.org Git - nextcloud-server.git/commitdiff
avoid clickjacking
authorMichiel de Jong <michiel@unhosted.org>
Sat, 9 Jun 2012 19:01:12 +0000 (21:01 +0200)
committerMichiel de Jong <michiel@unhosted.org>
Sat, 9 Jun 2012 19:08:24 +0000 (21:08 +0200)
apps/remoteStorage/auth.php

index f508983d05236b0453c215f241753b0b1f165593..8cbd4aa20f12495a9b8c91d7f5c527ae9fb1c664 100644 (file)
@@ -25,6 +25,7 @@
 *
 */
 
+header("X-Frame-Options: Sameorigin");
 
 // Do not load FS ...
 $RUNTIME_NOSETUPFS = true;