UNPKG

hyperlink

Version:

A node library and command line tool to test the integrity of your internal an external hyperlinks

11 lines (9 loc) 230 B
module.exports = (report) => { if ( report.operator === 'external-check' && report.name.includes('linkedin.com') ) { return 'Linkedin.com always returns invalid HTTP 999 to block scrapers'; } return false; };