mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
When launching Zenmap's help, properly convert the pathname of the local help
file to a URL, using "file:///C|/Program Files/..." rather than "file://C:\Program Files\...". This is apparently needed by some web browsers.
This commit is contained in:
parent
1b4782d9df
commit
168e38357e
1 changed files with 7 additions and 0 deletions
|
|
@ -1,5 +1,12 @@
|
|||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o [Zenmap] The help function now properly converts the pathname of the
|
||||
local help file to a URL, for better compatibility with different
|
||||
web browsers. [David]
|
||||
This should fix the crash
|
||||
WindowsError: [Error 2] The system cannot find the file specified:
|
||||
'file://C:\\Program Files\\Nmap\\zenmap\\share\\zenmap\\docs\\help.html'
|
||||
|
||||
o The HTTP_open_proxy.nse script is updated to match Google Web
|
||||
Server's changed header field: "Server: gws" instead of
|
||||
"Server: GWS/". [Vlatko Kosturjak]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue