fix(csp): Add fontaesome.com to trusted styleSrc
This commit is contained in:
committed by
mrugesh mohapatra
parent
de5f7a1f9b
commit
42a97da763
@ -58,7 +58,8 @@ export default function csp() {
|
||||
'https://*.bootstrapcdn.com',
|
||||
'*.cloudflare.com',
|
||||
'https://*.cloudflare.com',
|
||||
'https://*.optimizely.com'
|
||||
'https://*.optimizely.com',
|
||||
'https://use.fontawesome.com'
|
||||
].concat(trusted),
|
||||
fontSrc: [
|
||||
'*.cloudflare.com',
|
||||
|
Reference in New Issue
Block a user