fix: video preview csp error (#992)
This commit is contained in:
@@ -50,7 +50,7 @@ module Web
|
|||||||
frame_ancestors: ["*", "*.standardnotes.com", "*.standardnotes.org"],
|
frame_ancestors: ["*", "*.standardnotes.com", "*.standardnotes.org"],
|
||||||
img_src: ["'self'", '* data:', 'blob:'],
|
img_src: ["'self'", '* data:', 'blob:'],
|
||||||
manifest_src: %w('self'),
|
manifest_src: %w('self'),
|
||||||
media_src: %w('self'),
|
media_src: %w('self' blob: *.standardnotes.com),
|
||||||
object_src: %w('self'),
|
object_src: %w('self'),
|
||||||
plugin_types: %w(),
|
plugin_types: %w(),
|
||||||
script_src: %w('self' 'unsafe-inline' 'unsafe-eval'),
|
script_src: %w('self' 'unsafe-inline' 'unsafe-eval'),
|
||||||
|
|||||||
Reference in New Issue
Block a user