Skip to content

Commit cf64ed1

Browse files
committed
chore: set content security policy
1 parent b21c0a1 commit cf64ed1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8"/>
5+
<meta
6+
http-equiv="Content-Security-Policy"
7+
content="default-src 'self'; script-src 'sha256-4+HE6wc8iAgltNLbeKS6ohOrZLLiFQ4b3E3UXtIKTUc='; style-src 'self' 'sha256-Yk7teW8o5EiWwQaHwoh8sG3wZaKJdaK9Ipx7ODaPC30='"
8+
/>
59
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
610
<title>Electron QA Project</title>
711
<meta name="viewport" content="width=device-width, initial-scale=1"/>

0 commit comments

Comments
 (0)