The source project of this merge request has been removed.
Fixed URL Validity Checker
modified-file: src/utils.js and tests/utilsTest.js
The utility function to detect a valid URL does not takes into account the "//" followed by the URL scheme, so a simple string matching is required.
The tests/utilsTest.js is also modified to include test-case which fails with the GUri parser, but is a valid test case.
Closes Issue #318