zeek/doc/scripting/http_main.zeek
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

8 lines
151 B
Plaintext

module HTTP;
export {
## This setting changes if passwords used in Basic-Auth are captured or
## not.
const default_capture_password = F &redef;
}