8 lines
151 B
Plaintext
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;
|
|
}
|