From 99835b1b752717e8536b09e7ff4a7e7a7206a262 Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ao2@ao2.it>
Date: Wed, 31 May 2017 16:06:41 +0200
Subject: [PATCH] index.php: remove the sandbox attribute for the iframe
 element

---
 index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.php b/index.php
index 54eb636..1094135 100644
--- a/index.php
+++ b/index.php
@@ -81,6 +81,6 @@ if (isset($_SERVER['HTTP_REFERER']) && $_SERVER['HTTP_REFERER'] == $iframe_paren
   <input type="submit" value="Upload File"/>
 </form>
 
-<iframe sandbox src="<?php echo INCOMING_DIR; ?>" height="100%" width="100%" frameborder="0">
+<iframe src="<?php echo INCOMING_DIR; ?>" height="100%" width="100%" frameborder="0">
   Your browser does not support iframes <a href="<?php echo INCOMING_DIR; ?>">click here to view the page directly.</a>
 </iframe>
-- 
2.1.4