Skip to content

Commit

Permalink
Added Additional Font Sources
Browse files Browse the repository at this point in the history
- Added use.fontawesome.com as a font source

Signed-off-by: David Deal <dealako@gmail.com>
  • Loading branch information
dealako committed Jun 10, 2020
1 parent 5e9baa7 commit 52c9253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edge/security-headers.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function generateCSP(env, isDevServer) {
],
'script-src': scriptSources,
'style-src': styleSources, // Unfortunately using Angular basically requires inline styles.
'font-src': [SELF, 'data:', 'https://communitybridge.org/'],
'font-src': [SELF, 'data:', 'https://use.fontawesome.com/', 'https://communitybridge.org/'],
'connect-src': connectSources,
'frame-ancestors': [NONE],
'form-action': [NONE],
Expand Down

0 comments on commit 52c9253

Please sign in to comment.