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
We're currently incorrectly parsing these URLS, when an URL is prefixed with blob: the protocol of the URL will end up as hostname, which is of course not the hostname of the URL. In addition to that there are some subtile differences on how origins are generates for blob URL's.
We're currently incorrectly parsing these URLS, when an URL is prefixed with
blob:
the protocol of the URL will end up as hostname, which is of course not the hostname of the URL. In addition to that there are some subtile differences on how origins are generates for blob URL's.See #36 for more details.
The text was updated successfully, but these errors were encountered: