client icon indicating copy to clipboard operation
client copied to clipboard

client_cookie: Add extended cookie directive parsing

Open Dampfwalze opened this issue 1 year ago • 0 comments

Because most browsers can correct deviations from standards, many websites are a dumpster fire of nonstandard behavior.

One example are the cookie directives, that control the behavior of such. Some websites completely ignore the case of them and you might find a directive named secure instead of Secure for example.

This PR addresses this, by providing a fallback method, that tries to find them case insensitively. It can also be disabled.

Dampfwalze avatar Apr 03 '23 16:04 Dampfwalze