fix: update CSP to allow action bar to download notes

This commit is contained in:
Ningsong Shen
2020-06-23 15:17:33 -04:00
parent 7b93675951
commit 964c6f1357

View File

@@ -43,7 +43,7 @@ module StandardNotes
base_uri: %w('self'),
block_all_mixed_content: false, # see http://www.w3.org/TR/mixed-content/
child_src: ["*", "blob:"],
frame_src: ["*", "blob:"],
frame_src: ["*", "blob:", "data:"],
connect_src: ["*"],
font_src: %w(* 'self'),
form_action: %w('self'),