From 67af02c3b24d67787cd5f4b58117bfb8409d460e Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 17 Dec 2019 15:32:10 +1300 Subject: [PATCH] DOCS Limitation around cross-domain usage --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b25b3cb..74043c6 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,11 @@ For user documentation please see: ### Limitations: + * Subsites are usually accessed via their own separate domains. + In order to allow efficient cross-subsite CMS editing, + they can also be accessed via URL parameters rather than domain maps. + This can weaken domain-specific security controls in your environment + such as domain-specific IP whitelists, firewall rules or business logic. * Each subsite domain name has to be set up on the server first, and DNS records need to be updated as appropriate. * A subsite cannot use a different codebase as the main site, they are intrinsically tied * However, you can remove page types from a subsite when creating the subsite - [see the setup documentation for further details](docs/en/userguide/set_up.md)