Skip to content

Commit

Permalink
0.9.4 - content security policy too strict
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaz committed Apr 28, 2024
1 parent 2f65ad1 commit fac75da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="icon" href="./favicon.png">
<meta name="viewport" content="width=device-width">
<meta name="theme-color" content="#000000">
<meta http-equiv="content-security-policy" content="default-src 'self'; script-src 'self'; form-action 'self';">
<meta http-equiv="content-security-policy" content="script-src 'self'; form-action 'self';">
<link href="./w3pevent.css" rel="stylesheet">
<title>Web3Privacy Summit 2 | 30 May 2024</title>
<meta name="description" content="30 May, 2024 - Summit focused on privacy in the Web3 industry as a complement to the Web3Privacy Now research.">
Expand Down

0 comments on commit fac75da

Please sign in to comment.