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
{{ message }}
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
Shouldn't the regex on line 26 of config.js be ^(?:[a-z]+:)?\/ instead of ^(?:[a-z]+:)?//? If it's supposed to be a real URL like google.com it should probably be ^(?:[a-z]+:)?\/\/ to match ://.
The text was updated successfully, but these errors were encountered:
Shouldn't the regex on line 26 of config.js be
^(?:[a-z]+:)?\/
instead of^(?:[a-z]+:)?//
? If it's supposed to be a real URL like google.com it should probably be^(?:[a-z]+:)?\/\/
to match://
.The text was updated successfully, but these errors were encountered: