mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
refactoring for testing parser
This commit is contained in:
@@ -187,7 +187,7 @@ function setCookie(name, value) {
|
||||
}
|
||||
|
||||
function setSessionCookie(name, value) {
|
||||
document.cookie = name + "=" + (value || "") + ";";
|
||||
document.cookie = name + "=" + (value || "") + "; SameSite=Strict";
|
||||
}
|
||||
|
||||
function getCookie(name) {
|
||||
@@ -356,4 +356,4 @@ export default {
|
||||
copySelectionToClipboard,
|
||||
isCKEditorInitialized,
|
||||
dynamicRequire
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user