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
In some IE versions, location.origin (or window.location.origin to fully specify it) is undefined [1], resulting in this piece of pushy's code to generate the pattern #"^.*$" - which always matches.
If you're okay with it I'd open a PR implementing the workaround described in [1].
In some IE versions,
location.origin
(orwindow.location.origin
to fully specify it) isundefined
[1], resulting in this piece of pushy's code to generate the pattern#"^.*$"
- which always matches.If you're okay with it I'd open a PR implementing the workaround described in [1].
[1] http://tosbourn.com/a-fix-for-window-location-origin-in-internet-explorer/
The text was updated successfully, but these errors were encountered: