Previously, the user token was only used for the endpoint to delete the user itself. This commit adds that token to the history deletion as well. Signed-off-by: Philip Molares <philip.molares@udo.edu>
15 lines
444 B
Plaintext
15 lines
444 B
Plaintext
window.domain = '<%- domain %>'
|
|
window.urlpath = '<%- urlpath %>'
|
|
window.debug = <%- debug %>
|
|
window.version = '<%- version %>'
|
|
|
|
window.enableUploads = '<%- enableUploads %>'
|
|
window.allowedUploadMimeTypes = <%- JSON.stringify(allowedUploadMimeTypes) %>
|
|
|
|
window.linkifyHeaderStyle = '<%- linkifyHeaderStyle %>'
|
|
|
|
window.DROPBOX_APP_KEY = '<%- DROPBOX_APP_KEY %>'
|
|
|
|
window.cookiePolicy = '<%- cookiePolicy %>'
|
|
window.userToken = '<%- userToken %>'
|