dojo / webpack-contrib

Plugins and loaders for webpack used with Dojo
Other
4 stars 19 forks source link

BTR fails when it encounters an `mailto:` link #273

Closed tomdye closed 4 years ago

tomdye commented 4 years ago

When using BTR on a site with a mailto: link, the process crashes. We should exclude the mailto: protocol from links we follow as we do the http:// and https:// links currently.