Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 459 Bytes

tough-cookie.parsecookieoptions.loose.md

File metadata and controls

13 lines (8 loc) · 459 Bytes

Home > tough-cookie > ParseCookieOptions > loose

ParseCookieOptions.loose property

If true then keyless cookies like =abc and = which are not RFC-compliant will be parsed.

Signature:

loose?: boolean | undefined;