fix: TLD from .ORG to .COM

This commit is contained in:
Karol Sójko
2021-08-31 10:13:52 +02:00
parent 6408941c07
commit f80dc08058
6 changed files with 10 additions and 10 deletions

View File

@@ -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'),