lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev (patch) no_file_referer = true (by default)


From: Leonid Pauzner
Subject: lynx-dev (patch) no_file_referer = true (by default)
Date: Sat, 15 Apr 2000 13:21:16 +0400 (MSD)

* change NO_FILE_REFERER default to TRUE (=do not send local file name
  in the referer field unless explicitely specified by the user).



diff -u old/lymain.c ./lymain.c
--- old/lymain.c        Thu Apr 13 19:39:32 2000
+++ ./lymain.c  Sat Apr 15 13:02:16 2000
@@ -272,7 +272,7 @@
 #endif

 PUBLIC BOOLEAN no_statusline = FALSE;
-PUBLIC BOOLEAN no_filereferer = FALSE;
+PUBLIC BOOLEAN no_filereferer = TRUE;
 PUBLIC char LYRefererWithQuery = 'D'; /* 'D' for drop */
 PUBLIC BOOLEAN local_host_only = FALSE;
 PUBLIC BOOLEAN override_no_download = FALSE;
diff -u old/lynx.cfg ./lynx.cfg
--- old/lynx.cfg        Thu Apr 13 19:39:32 2000
+++ ./lynx.cfg  Sat Apr 15 13:00:10 2000
@@ -1661,7 +1661,7 @@
 # NO_REFERER_HEADER is FALSE.  If left FALSE here, it can be set TRUE
 # at run time via the -nofilereferer switch.
 #
-#NO_FILE_REFERER:FALSE
+#NO_FILE_REFERER:TRUE


 .h2 REFERER_WITH_QUERY




reply via email to

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