mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-02 13:19:14 -04:00
Support to allow for a setting so you can stop unknown file types from being imported
This commit is contained in:
parent
9d1eca42b3
commit
17f26b8c2c
3 changed files with 20 additions and 7 deletions
|
@ -74,19 +74,22 @@
|
|||
/* This is the path to the Abiword executable. Setting it to null, disables abiword.
|
||||
Abiword is needed to advanced import/export features of pads*/
|
||||
"abiword" : null,
|
||||
|
||||
/* Should we allow of file types other than the supported types: .html, .txt, .doc, .docx, .rtf, .ods */
|
||||
"allowUnknownFileEnds" : true,
|
||||
|
||||
/* This setting is used if you require authentication of all users.
|
||||
Note: /admin always requires authentication. */
|
||||
"requireAuthentication": false,
|
||||
"requireAuthentication" : false,
|
||||
|
||||
/* Require authorization by a module, or a user with is_admin set, see below. */
|
||||
"requireAuthorization": false,
|
||||
"requireAuthorization" : false,
|
||||
|
||||
/*when you use NginX or another proxy/ load-balancer set this to true*/
|
||||
"trustProxy": false,
|
||||
"trustProxy" : false,
|
||||
|
||||
/* Privacy: disable IP logging */
|
||||
"disableIPlogging": false,
|
||||
"disableIPlogging" : false,
|
||||
|
||||
/* Users for basic authentication. is_admin = true gives access to /admin.
|
||||
If you do not uncomment this, /admin will not be available! */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue