aboutsummaryrefslogtreecommitdiff
path: root/p/api/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'p/api/index.php')
-rw-r--r--p/api/index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/p/api/index.php b/p/api/index.php
index fd9828080..def8d4890 100644
--- a/p/api/index.php
+++ b/p/api/index.php
@@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
+ header("Content-Security-Policy: default-src 'self'; frame-ancestors 'none'");
+ header('X-Content-Type-Options: nosniff');
?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB" lang="en-GB">