mirror of
https://github.com/24eme/signaturepdf
synced 2026-03-14 13:55:44 +01:00
Cookie path fixed
This commit is contained in:
parent
87d21ba052
commit
bfd83537a4
1 changed files with 1 additions and 1 deletions
|
|
@ -1201,7 +1201,7 @@ function storeSymmetricKeyCookie(hash, symmetricKey) {
|
|||
console.error("Erreur taille cle symétrique.");
|
||||
return;
|
||||
}
|
||||
document.cookie = hash + "=" + symmetricKey + "; SameSite=Lax;";
|
||||
document.cookie = hash + "=" + symmetricKey + "; SameSite=Lax; Path=/;";
|
||||
}
|
||||
|
||||
function getSymmetricKey(hash) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue