feat: show download progress in file preview modal (#1011)

This commit is contained in:
Aman Harwara
2022-05-05 19:45:39 +05:30
committed by GitHub
parent bb4fd2449a
commit 2c807e2b80
3 changed files with 23 additions and 11 deletions

View File

@@ -51,7 +51,7 @@ module Web
img_src: ["'self'", '* data:', 'blob:'],
manifest_src: %w('self'),
media_src: %w('self' blob: *.standardnotes.com),
object_src: %w('self'),
object_src: %w('self' blob: *.standardnotes.com),
plugin_types: %w(),
script_src: %w('self' 'unsafe-inline' 'unsafe-eval'),
style_src: %w(* 'unsafe-inline'),