Fixed CSP

master
Keith Irwin 2018-03-09 00:41:13 +00:00
parent b94bc86be5
commit f897c98056
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ let ready_promise_list = []
'script-src': ["'self'",
"'unsafe-inline'", // TODO: Get rid of this
'https://code.jquery.com',
'https://cdnjs.cloudflare.com/ajax/libs/socket.io/*',
'https://cdnjs.cloudflare.com/ajax/libs/moment.js/*',
'https://cdnjs.cloudflare.com/ajax/libs/socket.io/',
'https://cdnjs.cloudflare.com/ajax/libs/moment.js/',
'https://www.google.com/recaptcha',
'https://www.google-analytics.com',
'https://maps.googleapis.com',