lochmueller / seocli

SEO CLI Tool
8 stars 2 forks source link

prevent scanning of `linkTo_UnCryptMailto`/`mailto:`/.. #6

Closed xerc closed 2 years ago

lochmueller commented 2 years ago

Hey @xerc Thanks for fixing this...

seirerman commented 2 years ago

I get an error when using your patch: Notice: Undefined offset: 1 in /var/dvt/html/t3/vendor/lochmueller/seocli/src/Parser/Links.php on line 38

No pages are called as a result.

This line worked for me, though: if(preg_match('/^\/(?!fileadmin|typo3|typo3conf|typo3temp|uploads)(.*)\/$/', $href)) { See https://regex101.com/r/Jj0BYx/1