From 9fef9b227c69af45f672f098a1a31db46c16c322 Mon Sep 17 00:00:00 2001 From: Anthony Bocci Date: Fri, 22 Jun 2018 21:02:45 +0200 Subject: [PATCH] Create CORS documentation The cors.md file is based on the online version at: https://docs.cachethq.io/docs/cors --- docs/setup/cors.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/setup/cors.md diff --git a/docs/setup/cors.md b/docs/setup/cors.md new file mode 100644 index 000000000..53357934e --- /dev/null +++ b/docs/setup/cors.md @@ -0,0 +1,17 @@ +# CORS + +Cross-original resource sharing + +> **External Access** +> By default Cachet can be accessed by any third-party server. + +You may configure your Cachet installation for CORS very easily. To blacklist everybody except one or more domains: + +- Login to your Dashboard +- Go to the Settings panel +- Click on Security +- You'll see a Allowed domains textarea, fill in any domains that you + want to access the API as a comma separated list: + +> _Text_ +> https://demo.cachethq.io,https://status.cachethq.io