mirror of
https://github.com/nmap/nmap.git
synced 2025-12-16 20:59:02 +00:00
Removes potentially confusing comment
This commit is contained in:
@@ -319,7 +319,6 @@ local function validate_options(options)
|
|||||||
elseif not (cookie_key == 'httponly' or cookie_key == 'secure') then
|
elseif not (cookie_key == 'httponly' or cookie_key == 'secure') then
|
||||||
stdnse.debug1("http: Unknown field in cookie table: %s", cookie_key)
|
stdnse.debug1("http: Unknown field in cookie table: %s", cookie_key)
|
||||||
-- Ignore unrecognized attributes (per RFC 6265, Section 5.2)
|
-- Ignore unrecognized attributes (per RFC 6265, Section 5.2)
|
||||||
-- bad = true
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user