lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev Patch to Lynx cookie handling of invalid domains


From: Larry W. Virden
Subject: lynx-dev Patch to Lynx cookie handling of invalid domains
Date: Mon, 7 Sep 1998 17:16:28 -0400

Well, I bit.  Today I realized that there are few if any places in lynx
where encountering erroneous HTML caused prompts asking if the user wanted
to continue.  So I made this patch which for users who want cookies get
even cookies from 'invalid domains' (ie domains with two levels).


--- src/LYCookie.c-dist Mon Sep  7 13:35:29 1998
+++ src/LYCookie.c      Mon Sep  7 17:11:10 1998
@@ -356,2 +356,3 @@
                outofmem(__FILE__, "store_cookie");
+           if(!LYAcceptAllCookies) {
            sprintf(msg,
@@ -370,2 +371,3 @@
            FREE(msg);
+           }
        }
-- 
Larry W. Virden                 INET: address@hidden
<URL:http://www.teraform.com/%7Elvirden/> <*> O- "We are all Kosh."
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]