diff options
Diffstat (limited to 'frontend/public/index.html')
| -rw-r--r-- | frontend/public/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/public/index.html b/frontend/public/index.html index cc94d49..b41fd33 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -7,7 +7,8 @@ <meta name="theme-color" content="#000000" /> <meta http-equiv="Content-Security-Policy" content="default-src 'self' localhost:4000; style-src 'self' 'unsafe-inline'; - img-src * data:;" /> + img-src * data:; + script-src 'self' 'unsafe-inline';" /> <meta name="description" content="Web site created using create-react-app" |
