mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-01 12:49:13 -04:00
Implement a 'requireSession' mode, which requires any user to have a valid session
This commit is contained in:
parent
55a2f46ca9
commit
9850ba43ee
5 changed files with 49 additions and 16 deletions
|
@ -28,6 +28,9 @@
|
|||
//the default text of a pad
|
||||
"defaultPadText" : "Welcome to Etherpad Lite!\n\nThis pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!\n\nEtherpad Lite on Github: http:\/\/j.mp/ep-lite\n",
|
||||
|
||||
/* Users must have a session to access pads. This effectively locks etherpad down to using only the API. */
|
||||
"requireSession" : false,
|
||||
|
||||
/* if true, all css & js will be minified before sending to the client. This will improve the loading performance massivly,
|
||||
but makes it impossible to debug the javascript/css */
|
||||
"minify" : false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue