Skip to content

Commit

Permalink
Merge pull request #33 from sergeant-savage/fix/add-csp
Browse files Browse the repository at this point in the history
Implemented CSP
  • Loading branch information
mariano-f-r authored Feb 2, 2024
2 parents 6d90b12 + 4381ef7 commit 20fc792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<title>chatter - chat with people who have this address</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Security-Policy" content="frame-ancestors 'none';">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
</head>
Expand Down

0 comments on commit 20fc792

Please sign in to comment.