Skip to content

Commit

Permalink
chore: update csp
Browse files Browse the repository at this point in the history
  • Loading branch information
rxliuli committed Oct 7, 2024
1 parent 52b1b2b commit fcf11f5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/icon/16.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NovaChat</title>
<meta
http-equiv="Content-Security-Policy"
content="
default-src 'self';
worker-src blob:;
"
/>
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit fcf11f5

Please sign in to comment.