Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kgdatatech authored Mar 22, 2024
1 parent c731f6e commit 8ac4482
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@
<link rel="icon" type="image/png" href="images/favicon-kg.png">
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<!-- Clickjacking Protection -->
<meta http-equiv="Content-Security-Policy" content="frame-ancestors 'none'">

<!-- Content Type Sniffing Prevention -->
<meta http-equiv="X-Content-Type-Options" content="nosniff">

<!-- Strict-Transport-Security (HSTS) -->
<meta http-equiv="Strict-Transport-Security" content="max-age=31536000; includeSubDomains">

<!-- Content Security Policy (CSP) -->
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline'; object-src 'none'; base-uri 'self'; frame-src 'none'">

</head>
<body class="is-preload">

Expand Down

0 comments on commit 8ac4482

Please sign in to comment.