diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2021-04-17 08:42:01 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2021-04-17 08:42:01 +0000 |
commit | 17a3df7440781c2c1e79a90579ff29ebde8f8e51 (patch) | |
tree | 72cbbe86429ee5a417a3ed17747538caa2aa2b73 /fm.h | |
parent | Update ChangeLog (diff) | |
download | w3m-17a3df7440781c2c1e79a90579ff29ebde8f8e51.tar.gz w3m-17a3df7440781c2c1e79a90579ff29ebde8f8e51.zip |
New option localhost_only to restrict connections only to localhost
Bug-Debian: https://github.com/tats/w3m/issues/117
Diffstat (limited to 'fm.h')
-rw-r--r-- | fm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |