From 26dff02daa42647489ba831cd256411e79c67571 Mon Sep 17 00:00:00 2001 From: fyears <1142836+fyears@users.noreply.github.com> Date: Sat, 30 Apr 2022 11:59:38 +0800 Subject: [PATCH] format --- docs/browser_env_cors.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/browser_env_cors.md b/docs/browser_env_cors.md index dee2952..552c3de 100644 --- a/docs/browser_env_cors.md +++ b/docs/browser_env_cors.md @@ -9,5 +9,6 @@ The plugin is developed for the browser environment. The "fake" browser behind t 2. For using this plugin in Obsidian desktop < 0.13.25 or mobile < 1.1.1, we need to configure the server side to return the header `Access-Control-Allow-Origin` allowing the origins `app://obsidian.md` and `capacitor://localhost` and `http://localhost`. Example configurations: + - [Amazon S3](./s3_cors_configure.md) - [Apache](./apache_cors_configure.md) ([contributed by community](https://github.com/remotely-save/remotely-save/pull/31))