1
0
Fork 0

Do not set HSTS header in scripts

master
Anonymous Contributor 2023-08-23 18:16:34 +02:00
parent 0ff99a3678
commit 7190b78faf
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
<?php
date_default_timezone_set("Europe/Berlin");
header('Strict-Transport-Security: max-age=657000');
error_reporting(E_ALL);
session_start();

View File

@ -1,6 +1,5 @@
<?php
date_default_timezone_set("Europe/Berlin");
header('Strict-Transport-Security: max-age=657000');
error_reporting(E_ALL);
session_start();