misc. patches #31

Merged
yume merged 2 commits from develop into master 2024-11-19 06:18:33 -06:00
Showing only changes of commit a236bbb8d4 - Show all commits

View file

@ -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)],