diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index e785e612a1e..183b866c203 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -80,4 +80,4 @@ jobs: env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} with: - args: '{ \"channel\": \"${{ secrets.SLACK_NOTIFICATION_CHANNEL }}\", \"blocks\": [{\"type\": \"section\", \"text\": {\"type\": \"mrkdwn\", \"text\": \"Successfully deployed \"}}, {\"type\": \"section\", \"text\": {\"type\": \"mrkdwn\", \"text\": \"Changes: \"}, \"accessory\": {\"type\": \"image\", \"image_url\": \"https://website-dev.standardnotes.org/assets/icon.png\", \"alt_text\": \"Standard Notes\"}}, { \"type\": \"section\", \"fields\": [{\"type\": \"mrkdwn\", \"text\": \"\"}]}]}' + args: '{ \"channel\": \"${{ secrets.SLACK_NOTIFICATION_CHANNEL }}\", \"blocks\": [{\"type\": \"section\", \"text\": {\"type\": \"mrkdwn\", \"text\": \"Successfully deployed \"}}, {\"type\": \"section\", \"text\": {\"type\": \"mrkdwn\", \"text\": \"Changes: \"}, \"accessory\": {\"type\": \"image\", \"image_url\": \"https://website-dev.standardnotes.com/assets/icon.png\", \"alt_text\": \"Standard Notes\"}}, { \"type\": \"section\", \"fields\": [{\"type\": \"mrkdwn\", \"text\": \"\"}]}]}' diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 2b1e95dbb8c..32a685848e1 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -84,4 +84,4 @@ jobs: env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} with: - args: '{ \"channel\": \"${{ secrets.SLACK_NOTIFICATION_CHANNEL }}\", \"blocks\": [{\"type\": \"section\", \"text\": {\"type\": \"mrkdwn\", \"text\": \"Successfully deployed \"}}, {\"type\": \"section\", \"text\": {\"type\": \"mrkdwn\", \"text\": \"Changes: \"}, \"accessory\": {\"type\": \"image\", \"image_url\": \"https://website-dev.standardnotes.org/assets/icon.png\", \"alt_text\": \"Standard Notes\"}}, { \"type\": \"section\", \"fields\": [{\"type\": \"mrkdwn\", \"text\": \"\"}]}]}' + args: '{ \"channel\": \"${{ secrets.SLACK_NOTIFICATION_CHANNEL }}\", \"blocks\": [{\"type\": \"section\", \"text\": {\"type\": \"mrkdwn\", \"text\": \"Successfully deployed \"}}, {\"type\": \"section\", \"text\": {\"type\": \"mrkdwn\", \"text\": \"Changes: \"}, \"accessory\": {\"type\": \"image\", \"image_url\": \"https://website-dev.standardnotes.com/assets/icon.png\", \"alt_text\": \"Standard Notes\"}}, { \"type\": \"section\", \"fields\": [{\"type\": \"mrkdwn\", \"text\": \"\"}]}]}' diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 6447634af18..04b9144b3f2 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -84,4 +84,4 @@ jobs: env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} with: - args: '{ \"channel\": \"${{ secrets.SLACK_NOTIFICATION_CHANNEL }}\", \"blocks\": [{\"type\": \"section\", \"text\": {\"type\": \"mrkdwn\", \"text\": \"Successfully deployed \"}}, {\"type\": \"section\", \"text\": {\"type\": \"mrkdwn\", \"text\": \"Changes: \"}, \"accessory\": {\"type\": \"image\", \"image_url\": \"https://website-dev.standardnotes.org/assets/icon.png\", \"alt_text\": \"Standard Notes\"}}, { \"type\": \"section\", \"fields\": [{\"type\": \"mrkdwn\", \"text\": \"\"}]}]}' + args: '{ \"channel\": \"${{ secrets.SLACK_NOTIFICATION_CHANNEL }}\", \"blocks\": [{\"type\": \"section\", \"text\": {\"type\": \"mrkdwn\", \"text\": \"Successfully deployed \"}}, {\"type\": \"section\", \"text\": {\"type\": \"mrkdwn\", \"text\": \"Changes: \"}, \"accessory\": {\"type\": \"image\", \"image_url\": \"https://website-dev.standardnotes.com/assets/icon.png\", \"alt_text\": \"Standard Notes\"}}, { \"type\": \"section\", \"fields\": [{\"type\": \"mrkdwn\", \"text\": \"\"}]}]}' diff --git a/README.md b/README.md index df0f90026bc..e623f0f1f99 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,12 @@ Standard Notes is a simple and private notes app available on most platforms, in - Fast and encrypted cross-platform sync - Free sync on unlimited devices - Extensible with editors (such as Markdown and Code), themes, and components (like Folders and Autocomplete Tags). Learn more about [Extended](https://standardnotes.com/extensions). -- Open-source and the option to self-host your notes server. You can [host your own Standard Server](https://docs.standardnotes.org/self-hosting/getting-started) in a few easy steps. +- Open-source and the option to self-host your notes server. You can [host your own Standard Server](https://docs.standardnotes.com/self-hosting/getting-started) in a few easy steps. - A strong focus on longevity and sustainability. [Learn more](https://standardnotes.com/longevity). ### Creating your private notes account -1. Launch the web app at [app.standardnotes.org](https://app.standardnotes.org). +1. Launch the web app at [app.standardnotes.com](https://app.standardnotes.com). 2. Click Register to create your private notes account. 3. Download Standard Notes on all your devices. - [Mac](https://standardnotes.com/download/mac) @@ -54,7 +54,7 @@ It's no secret we love to write. Standard Notes has become a dependable environm Plug in to the community of note-lovers and privacy-enthusiasts. Join us on [Slack](https://standardnotes.com/slack), on our [GitHub forum](https://forum.standardnotes.org), and follow new updates on [Twitter](https://twitter.com/StandardNotes). -Developers can create and publish their own extensions. Visit the [documentation hub](https://docs.standardnotes.org/) to learn more. +Developers can create and publish their own extensions. Visit the [documentation hub](https://docs.standardnotes.com/) to learn more. Questions? Find answers on our [Help page](https://standardnotes.com/help). diff --git a/config/application.rb b/config/application.rb index 78affeb273b..7b2c09b6803 100644 --- a/config/application.rb +++ b/config/application.rb @@ -47,7 +47,7 @@ class Application < Rails::Application 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'), diff --git a/public/manifest.json b/public/manifest.json index aeb7ab5b37c..f59c71b89cd 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,9 +2,9 @@ "app": { "launch": { "urls": [ - "https://app.standardnotes.org/" + "https://app.standardnotes.com/" ], - "web_url": "https://app.standardnotes.org", + "web_url": "https://app.standardnotes.com", "container": "tab" } }, @@ -22,4 +22,4 @@ "description": "A Simple And Private Notes App", "version": "1.0", "manifest_version": 2 -} \ No newline at end of file +}