- Functional module
@ -0,0 +1,7 @@
<?php
header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
header("X-Content-Type-Options: nosniff");
header("X-Frame-Options: DENY");
header("X-XSS-Protection: 1; mode=block");
header('Location: ../');
exit;
The note is not visible to the blocked user.