False positive broken hash reference for text fragments
The following URL causes a false positive from the external hash check validator:
Encoded: `https://www.apautocare.co.uk/tiptronic-gearbox-vs-automatic-transmission/#:~:text=Tiptronic%20transmission%20is%20a%20type,the%20gear%20you%20want`
Decoded: `https://www.apautocare.co.uk/tiptronic-gearbox-vs-automatic-transmission/#:~:text=Tiptronic transmission is a type,the gear you want`
It seems the hash check is picking up and/or does not support [text fragments](https://developer.mozilla.org/en-US/docs/Web/URI/Fragment/Text_fragments).
0 条评论