stevenvachon / broken-link-checker

Find broken links, missing images, etc within your HTML.
MIT License
1.95k stars 302 forks source link

Unbounced framework - Manage href 'clkn/' redirections #203

Open san-slysz opened 4 years ago

san-slysz commented 4 years ago

Is your feature request related to a problem? Please describe. On one website I use your lib on, they have a framework that encapsulate links using 'clkn' href. As a consequence:

Describe the solution you'd like When an href is shaped as : href = clkn/http(s)/www.google.com/" Then the tested url should be : http(s)://www.google.com/ And the test should be red or green based on this url (and not http(s)://clkn/http(s)/www.google.com/*)

Describe alternatives you've considered Being able to ignore such pattern is a good temporary option. But any way to handle it would be nice.

Additional context The documentation about clkn redirect https://documentation.unbounce.com/hc/en-us/articles/360038828772-Why-Are-Links-on-My-Landing-Page-Wrapped-in-clkn-clkg-

stevenvachon commented 4 years ago

This is not an HTML standard, so support for it will likely never make it into the core of this project. It will be possible as a plugin in the future when that architecture has been put in place. Another possible idea is to add some kind of a "filter" event to the API for customizing the link filter.