CSP - Client Portal Test

Add initial content security policy trial/test to some client portal pages
This commit is contained in:
Marcus Hill
2023-04-29 19:39:42 +01:00
parent ca0024feb9
commit 0340b080ad
6 changed files with 12 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
* HTML Header
*/
header("X-Frame-Options: DENY");
header("X-Frame-Options: DENY"); // Legacy
?>
<!DOCTYPE html>
@@ -12,7 +12,7 @@ header("X-Frame-Options: DENY");
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title><?php echo htmlentities($company_name); ?> | Client Portal - Tickets</title>
<title><?php echo htmlentities($company_name); ?> | Client Portal</title>
<!-- Tell the browser to be responsive to screen width -->
<meta name="viewport" content="width=device-width, initial-scale=1">