diff options
| -rw-r--r-- | views/archive/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/archive/index.php b/views/archive/index.php index 7e5c818..36c438a 100644 --- a/views/archive/index.php +++ b/views/archive/index.php @@ -17,7 +17,7 @@ ?> <?php if ($page !== null): ?> - <iframe src="<?= "/archives/{$page->WID}/index.php" ?>" scrolling="no"></iframe> + <iframe src="<?= "/archives/{$page->WID}/index.php" ?>" scrolling="no" sandbox></iframe> <form action="/archive/create" method="POST"> <input type="hidden" name="url" value="<?= $url ?>"> |
