fix: TLD from .ORG to .COM
This commit is contained in:
@@ -47,7 +47,7 @@ module Web
|
||||
connect_src: ["*", 'data:'],
|
||||
font_src: %w(* 'self'),
|
||||
form_action: %w('self'),
|
||||
frame_ancestors: ["*", "*.standardnotes.org"],
|
||||
frame_ancestors: ["*", "*.standardnotes.com", "*.standardnotes.org"],
|
||||
img_src: %w('self' * data:),
|
||||
manifest_src: %w('self'),
|
||||
media_src: %w('self'),
|
||||
|
||||
Reference in New Issue
Block a user