You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loose equality (==) can coerce non-boolean values, potentially causing incorrect behavior when combining URLs.
Impact: When allowAbsoluteUrls is falsy but not strictly false (e.g., 0, ''), the previous check could behave unexpectedly.
Loose equality (==) can coerce non-boolean values, potentially causing incorrect behavior when combining URLs.
Impact: When allowAbsoluteUrls is falsy but not strictly false (e.g., 0, ''), the previous check could behave unexpectedly.