Do not set HSTS header in scripts
parent
0ff99a3678
commit
7190b78faf
|
@ -1,6 +1,5 @@
|
|||
<?php
|
||||
date_default_timezone_set("Europe/Berlin");
|
||||
header('Strict-Transport-Security: max-age=657000');
|
||||
error_reporting(E_ALL);
|
||||
session_start();
|
||||
|
||||
|
|
Loading…
Reference in New Issue