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