forked from extern/docker
Merge pull request #211 from pedrobmarin/e-ebpsh
etherpad: enforce bbb-pads session handling
This commit is contained in:
commit
e60f20b397
@ -280,7 +280,7 @@
|
||||
* If this option is enabled, a user must have a session to access pads.
|
||||
* This effectively allows only group pads to be accessed.
|
||||
*/
|
||||
"requireSession": false,
|
||||
"requireSession": true,
|
||||
|
||||
/*
|
||||
* Users may edit pads but not create new ones.
|
||||
@ -288,7 +288,7 @@
|
||||
* Pad creation is only via the API.
|
||||
* This applies both to group pads and regular pads.
|
||||
*/
|
||||
"editOnly": false,
|
||||
"editOnly": true,
|
||||
|
||||
/*
|
||||
* If true, all css & js will be minified before sending to the client.
|
||||
|
Loading…
Reference in New Issue
Block a user