Our website (https://www.hcsl.com), is based on GitHub Pages, via Cloudflare.
Viewing the source of any of our webpages, I found out that it included possibly thousands of unknown to me web addresses, as you can see at the end.
Are these blocked addresses?
Part of the Chrome derived Source of our home page (view-source):
html { overflow: auto; }
html, body, iframe {
margin: 0px;
padding: 0px;
height: 100%;
border: none;
}
iframe {
display: block;
width: 100%;
border: none;
overflow: auto;
}
a[href^=“https://members.linkifier.com/public/affiliateLanding?refCode=”],…,
a[href^=“https://ads.betfair.com/redirect.aspx?”],…,
a[href^=“https://americafirstpolls.com/"],[id^="div-gpt-ad”]
{ display: none !important }