mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
per-browser source id so we support having notecase opened in multiple tabs/windows
This commit is contained in:
@@ -11,7 +11,7 @@ function setDataKey(req, decryptedDataKey) {
|
||||
}
|
||||
|
||||
function getProtectedSessionId(req) {
|
||||
return req.headers['x-protected-session-id'];
|
||||
return req.headers.protected_session_id;
|
||||
}
|
||||
|
||||
function getDataKey(req) {
|
||||
|
||||
Reference in New Issue
Block a user