You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
526 B
PHP
15 lines
526 B
PHP
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="icon" type="image/svg+xml" href="favicon.svg" sizes="any">
|
|
<meta
|
|
http-equiv="Content-Security-Policy"
|
|
content="<?php
|
|
?>script-src 'self'; img-src 'self' data:; <?php
|
|
?>connect-src 'self'; font-src 'none'; <?php
|
|
?>object-src 'none'; media-src 'none'; <?php
|
|
?>form-action 'none'; base-uri 'self'; <?php
|
|
?>"
|
|
>
|
|
<link rel="apple-touch-icon" href="./apple-touch-icon.png">
|
|
<meta name="robots" content="index, follow">
|