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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
When using the SearchParams API, query parameters with empty value are now serialized with a single equals sign ('='). So url.SearchParams().Set("aname", "") is serialized with '=', but url.SetSearch("aname") is serialized without '='.
Added an option to preserve the previous behaviour of the SearchParams API (a query parameter with empty value was serialized without the single equals sign).
Implemented the option for the Google Safe Browsing profile.