From 3f73b21c9ec4f95675bbbe03f0d088b54c42531c Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Fri, 4 Sep 2020 10:23:25 -0400 Subject: [PATCH] Updated config_text (markdown) --- config_text.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config_text.md b/config_text.md index 77aa3e9..ac6f994 100644 --- a/config_text.md +++ b/config_text.md @@ -71,6 +71,8 @@ devops=slack://tokenA/tokenB/TokenC All loaded configuration files can also contain the `include` keyword as well. But by default they `include` recursion only happens at 1 level. If you want to allow more files to be included, you need to specify `--recursion-depth` (`-R`) and set it to the number of recursive levels you will allow the include to occur for. By default this is set to 1 with the `apprise` tool. +**Note:** For security reasons, an `http://` configuration source can NOT `include` a `file://` source. + ## Web Hosted TEXT Configuration Apprise can retrieve configuration files from over a network as well using the HTTP protocol. For HTTP requests, the **Content-Type** HTTP Header (_which defines Mime Type_) is very important. Apprise will parse remote network hosted configuration files as TEXT so long as you're using one of the following **Content-Type** entries: