# HG changeset patch # User paulo # Date 1596441665 21600 # Node ID d8239a080f4468a59e090d91b8ff303cca810ead # Parent 4d3f845c4ef27902349f7794286d935cbd05677b cs: set domain and secure cookie parameters for unset also diff -r 4d3f845c4ef2 -r d8239a080f44 cs/index.html --- a/cs/index.html Mon Aug 03 01:45:23 2020 -0600 +++ b/cs/index.html Mon Aug 03 02:01:05 2020 -0600 @@ -34,7 +34,7 @@ unset.type = "button"; unset.value = "Unset"; unset.onclick = function() { - docCookies.removeItem(k, "/"); + docCookies.removeItem(k, "/", "pauloang.com", true); setCookiesDiv.removeChild(d); };