I believe it’s stayed the same:
I could not find any limits on Chrome and Safari. Both are based on WebKit and it seems to have similar limits as Firefox has.
Firefox stops displaying after 64k characters, but can serve more than
100k characters.
you can read more about it in this article.
Generally speaking there is no “limit” to a URL’s length, but this answer states that you should keep your URL’s under 2048 chars regardless to make sure it works in every client and server.
More information about all browsers here.