HongPong / broken-link-checker

This plugin will check your posts, comments and other content for broken links and missing images, and notify you if any are found. (non-commercial community fork of broken-link-checker)
10 stars 4 forks source link

head request fix #43

Open HongPong opened 4 years ago

HongPong commented 4 years ago

this patch may be worth doing via @pathduck

https://github.com/Pathduck/broken-link-checker/commit/2e754a01d2a9b3b78375ad7b5dac0d6e30b52182

HongPong commented 4 years ago
        if ( $nobody && !$result['timeout'] && !$use_get && ($result['broken'] || $result['redirect_count'] == 1)){
Pathduck commented 4 years ago

I've not really been sure if my logic here was sane - but I've not had any recurrences of false positives after I added this to my local installation 😄 👍