Mercurial > hg > index.fcgi > www > www-1
changeset 114:d8239a080f44
cs: set domain and secure cookie parameters for unset also
author | paulo |
---|---|
date | Mon, 03 Aug 2020 02:01:05 -0600 |
parents | 4d3f845c4ef2 |
children | 2b5d93c5628a |
files | cs/index.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/cs/index.html Mon Aug 03 01:45:23 2020 -0600 1.2 +++ b/cs/index.html Mon Aug 03 02:01:05 2020 -0600 1.3 @@ -34,7 +34,7 @@ 1.4 unset.type = "button"; 1.5 unset.value = "Unset"; 1.6 unset.onclick = function() { 1.7 - docCookies.removeItem(k, "/"); 1.8 + docCookies.removeItem(k, "/", "pauloang.com", true); 1.9 setCookiesDiv.removeChild(d); 1.10 }; 1.11