feat: show download progress in file preview modal (#1011)
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user