Updated Readme files in examples

This commit is contained in:
Olga Larinova
2022-03-28 12:05:45 +03:00
parent 0b4c17ea0a
commit 6f5800fbde
8 changed files with 71 additions and 0 deletions

View File

@ -146,3 +146,12 @@ See the detailed guide to learn how to [install Document Server for Linux](https
In case the example and Document Server are installed on different computers, make sure that your server with the example installed has access to the Document Server with the address which you specify instead of **documentserver** in the configuration files.
Make sure that the Document Server has access to the server with the example installed with the address which you specify instead of **example.com** in the configuration files.
## Important security info
Please keep in mind the following security aspects when you are using test examples:
* There is no protection of the storage from unauthorized access since there is no need for authorization.
* There are no checks against parameter substitution in links, since the parameters are generated by the code according to the pre-arranged scripts.
* There are no data checks in requests of saving the file after editing, since each test example is intended for requests only from ONLYOFFICE Document Server.
* There are no prohibitions on using test examples from other sites, since they are intended to interact with ONLYOFFICE Document Server from another domain.