Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 551 Bytes

File metadata and controls

15 lines (9 loc) · 551 Bytes

Home > tough-cookie > CreateCookieJarOptions > looseMode

CreateCookieJarOptions.looseMode property

Accept malformed cookies like bar and =bar, which have an implied empty name but are not RFC-compliant.

Defaults to false if not specified.

Signature:

looseMode?: boolean | undefined;