We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05195e0 commit 5e9979cCopy full SHA for 5e9979c
src/index.html
@@ -2,6 +2,8 @@
2
<html>
3
<head>
4
<meta charset="utf-8">
5
+ <meta http-equiv="Content-Security-Policy"
6
+ content="default-src 'self' ws://localhost:4200;script-src 'self' 'unsafe-eval';style-src 'self' 'unsafe-inline';font-src 'self';img-src 'self' data:;connect-src 'self' ws://localhost:4200">
7
<title>Angular Tour of Heroes</title>
8
<base href="/">
9
0 commit comments