feat: native components (#789)
* wip: component viewer * feat: get component status from component viewer * feat: native components * fix: remove unused property * fix: remove unused func * chore(deps): snjs 2.29.0 * fix: import location * feat: native components * fix: remove unused func * feat: component viewer (#781) * wip: component viewer * feat: get component status from component viewer * fix: remove unused property * chore(deps): snjs 2.29.0 * fix: import location * chore: use cp instead of webpack copy * fix: types * chore: misc
This commit is contained in:
@@ -45,10 +45,10 @@ module Web
|
||||
child_src: ["*", "blob:"],
|
||||
frame_src: ["*", "blob:"],
|
||||
connect_src: ["*", 'data:'],
|
||||
font_src: %w(* 'self'),
|
||||
font_src: ['*', "'self'", 'data:'],
|
||||
form_action: %w('self'),
|
||||
frame_ancestors: ["*", "*.standardnotes.com", "*.standardnotes.org"],
|
||||
img_src: %w('self' * data:),
|
||||
img_src: ["'self'", '* data:', 'blob:'],
|
||||
manifest_src: %w('self'),
|
||||
media_src: %w('self'),
|
||||
object_src: %w('self'),
|
||||
|
||||
Reference in New Issue
Block a user