More work to load google fonts

This commit is contained in:
terakilobyte
2015-06-16 12:04:26 -04:00
parent efb4bd1781
commit 97668120ad
2 changed files with 35 additions and 2 deletions

View File

@ -143,8 +143,8 @@ app.use(helmet.csp({
'connect-src': [
].concat(trusted),
styleSrc: [
'http://fonts.googleapis.com/*',
'http://fonts.gstatic.com/*'
'*.googleapis.com',
'*.gstatic.com'
].concat(trusted),
imgSrc: [
/* allow all input since we have user submitted images for public profile*/