Related to issue #9, it would be handy to block domains that Link Scanner reports as serving broken links, even though those links are completely valid in a regular web browser.
Case in point, linkedin.com and it’s stupid JavaScript tracking code redirection.
This could be handled by adding a config setting.
Fore example:
<?php
return [
'scottboms.link-scanner' => [
'exclude' => [
'linkedin.com',
'*.linkedin.com'
],
]
]
Related to issue #9, it would be handy to block domains that Link Scanner reports as serving broken links, even though those links are completely valid in a regular web browser.
Case in point, linkedin.com and it’s stupid JavaScript tracking code redirection.
This could be handled by adding a config setting.
Fore example: