Fixed CSP rule for fonts

master
Keith Irwin 2018-08-13 19:34:46 +00:00
parent 930e608140
commit eb13a4911d
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 4 additions and 1 deletions

View File

@ -84,7 +84,10 @@ let ready_promise_list = []
'https://fonts.googleapis.com',
'https://maxcdn.bootstrapcdn.com',
],
'font-src': ['https://fonts.gstatic.com'],
'font-src': [
'https://fonts.gstatic.com',
'https://maxcdn.bootstrapcdn.com/font-awesome/*',
],
'img-src': ["'self'",
'https://www.google-analytics.com',
'https://maps.gstatic.com',