From 82c53178fadefce10bf07c82fa1d451d974cd137 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Wed, 14 Apr 2021 10:16:59 -0400 Subject: [PATCH] Base: Update cookie test page to include unretrievable cookies "Unretrievable" meaning from JavaScript via document.cookie. They are settable though and may be viewed with the Dump Cookies command in the Browser. --- Base/res/html/misc/cookie.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Base/res/html/misc/cookie.html b/Base/res/html/misc/cookie.html index 8bbbfb3af9..c0531b11cb 100644 --- a/Base/res/html/misc/cookie.html +++ b/Base/res/html/misc/cookie.html @@ -2,7 +2,7 @@

Valid cookies:



-
+

Invalid cookies (the browser should reject these):

@@ -16,6 +16,13 @@
+

Unretrievable cookies (the browser should accept these but not display them):

+
+ +
+ +
+
document.cookie =