disable automatic cookie injection

Authored by sitter on Apr 20 2020, 7:26 AM.

Description

disable automatic cookie injection

the http slave reads the cookie metadata and defaults to auto, which would
try to find applicable cookies in the cookiejar and inject it into every
request. this is problematic because that cookie is not from drkonqi but
rather some other software (e.g. konqueror). as such the cookie is entirely
useless for us but gets in the way when bugzilla finds the cookie to be
unacceptable for whatever reason (outdated,invalid,unexpected).

force all apijobs to disable cookies entirely. we have no use for them.

BUG: 419646
FIXED-IN: 5.18.5

Details

Committed
sitterApr 20 2020, 7:26 AM
Parents
R871:a96d4878b4cd: Don't leak DrKonqi dialog / fix crash on wayland
Branches
Unknown
Tags
Unknown