mirror of
https://github.com/jech/galene.git
synced 2024-11-14 20:55:57 +01:00
Tone down description of publicServer.
This commit is contained in:
parent
010228b188
commit
7ed23b1eb8
1 changed files with 2 additions and 2 deletions
4
README
4
README
|
@ -110,8 +110,8 @@ The fields are as follows:
|
|||
files; by default, group files are treated as read-only;
|
||||
|
||||
- `publicServer`: if true, then cross-origin access to the server is
|
||||
allowed. This is safe if the server is on the public Internet, but not
|
||||
necessarily so if it is on a private network.
|
||||
allowed. This makes the server vulnerable to cross-origin scripting
|
||||
attacks, but is necessary in some cases.
|
||||
|
||||
- `proxyURL`: if running behind a reverse proxy, this specifies the root
|
||||
URL that will be visible outside the proxy.
|
||||
|
|
Loading…
Reference in a new issue