Skip to content

Commit

Permalink
add csp meta
Browse files Browse the repository at this point in the history
  • Loading branch information
TIMOTHY ANDES committed Apr 29, 2024
1 parent 1843aa0 commit 6962d29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; img-src https://*; child-src 'none';" />

<title>Timothy Andes - Cloud Resume Challenge</title>
</head>
<body>
Expand Down
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* HanaByte Colors - Temporary; hence the !important */


body {
font-family: Arial, sans-serif;
}
Expand Down

0 comments on commit 6962d29

Please sign in to comment.