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
Double quotes in URL path segments are now percent-encoded as RFC 3986 requires. Previously an unencoded " in a generated URL could break out of an HTML attribute in output contexts that are not HTML-escaped.
Host wildcards (%tld%, %domain%, %sld%) no longer mangle IP addresses: IPv6 hosts like [::1] and the address 0.0.0.0 were mistakenly split on dots as if they were domain names. Routes with host masks now work correctly when the site is accessed via an IP address.