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 was archived by the owner on Aug 21, 2019. It is now read-only.
If the path to a local HTML file is given, it should be scanned, and respect absolute/relative file paths in relation to its directory. For example, when scanning /path/to/my/index.html:
<a href="../foo.html"> references the file /path/to/foo.html
<a href="/bar.html"> references the file /path/to/my/bar.html
If the path to a local HTML file is given, it should be scanned, and respect absolute/relative file paths in relation to its directory. For example, when scanning
/path/to/my/index.html:<a href="../foo.html">references the file/path/to/foo.html<a href="/bar.html">references the file/path/to/my/bar.html