mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-01-23 22:18:36 +01:00
etherpad: enforce bbb-pads session handling
At v2.5 we intoduced `bbb-pads` as a session manager for Etherpad. Enabling `requireSession` and `editOnly` at Etherpad's settings closes the HTTP access from all other sources besides `bbb-pads`.
This commit is contained in:
parent
d6e461efd4
commit
b5eb823640
@ -280,7 +280,7 @@
|
|||||||
* If this option is enabled, a user must have a session to access pads.
|
* If this option is enabled, a user must have a session to access pads.
|
||||||
* This effectively allows only group pads to be accessed.
|
* This effectively allows only group pads to be accessed.
|
||||||
*/
|
*/
|
||||||
"requireSession": false,
|
"requireSession": true,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Users may edit pads but not create new ones.
|
* Users may edit pads but not create new ones.
|
||||||
@ -288,7 +288,7 @@
|
|||||||
* Pad creation is only via the API.
|
* Pad creation is only via the API.
|
||||||
* This applies both to group pads and regular pads.
|
* 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.
|
* If true, all css & js will be minified before sending to the client.
|
||||||
|
Loading…
Reference in New Issue
Block a user