From 17a3df7440781c2c1e79a90579ff29ebde8f8e51 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sat, 17 Apr 2021 17:42:01 +0900 Subject: New option localhost_only to restrict connections only to localhost Bug-Debian: https://github.com/tats/w3m/issues/117 --- fm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fm.h') diff --git a/fm.h b/fm.h index e847567..594b457 100644 --- a/fm.h +++ b/fm.h @@ -836,6 +836,7 @@ global char AutoUncompress init(FALSE); global char PreserveTimestamp init(TRUE); global char ArgvIsURL init(TRUE); global char MetaRefresh init(FALSE); +global char LocalhostOnly init(FALSE); global char fmInitialized init(FALSE); global char QuietMessage init(FALSE); -- cgit v1.2.3