Hi @barsha04
I’m the owner of check-your-website.
> Also, our Zakra theme has no security issue with the banner and logo.
It’s not a security problem, it’s a content problem.
See the source code of the main page.
<img width="147" height="100" src="https://lijstbob.nl/wp-content/uploads/huisstijl/LijstBOB_logo1.jpg" class="custom-logo" alt="Burgerbelangen OverBetuwe" srcset="" />
An empty srcset=”” is wrong (same would be src=””). Some browsers check such values, so the result (in a subfolder /abc): https://website.com/abc
is checked.
That was the first information (error 403, not allowed), then I’ve changed my tool to check such empty srcset=”” explizit.
A template should never create such empty srcset attribute values.