misc. patches #31
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ export function generateCSP(hashedMap: Map<string, CSPHashed>, options: {
|
|||
[
|
||||
'\'self\'',
|
||||
'data:',
|
||||
'blob:',
|
||||
// 'https://avatars.githubusercontent.com', // uncomment this for contributor avatars to work
|
||||
options.mediaProxy
|
||||
].filter(Boolean)],
|
||||
|
|
Loading…
Reference in a new issue