Security hardening + new tools deployment
- Hide Apache version (ServerTokens Prod) - Add Permissions-Policy header - Remove deprecated X-XSS-Protection - Consolidate security headers to .htaccess only (remove duplicates from PHP) - Deploy free tools: robots-analyzer, data-converter - Deploy tools announcement blog post - Update sitemap with new tools and blog post
This commit is contained in:
3
404.php
3
404.php
@@ -1,8 +1,5 @@
|
||||
<?php
|
||||
http_response_code(404);
|
||||
header('X-Content-Type-Options: nosniff');
|
||||
header('X-Frame-Options: DENY');
|
||||
header('X-XSS-Protection: 1; mode=block');
|
||||
|
||||
$page_title = "Page Not Found | UK Data Services";
|
||||
$page_description = "The page you're looking for doesn't exist. Explore our data services or contact us for assistance.";
|
||||
|
||||
Reference in New Issue
Block a user