HTML Not Supported Error on all my webapps

Hey Netlify community,

I have been using Netlify to deploy some simple one page dapps with web3 integration using various tools. I had no issues with my dapps which i have been running for more than 10 weeks now. Oddly today all the dapps that i deployed using netlify have the same error " HTML Not Supported
You can still view this content by going to …(points to an IPFS link which also does not work when clicked)
If you visit the below dapp you can see the error live “https://heartfelt-druid-7f2de1.netlify.app/

Would be great if anyone can let me know what this error is and how I can fix it? Thanks
Site with error

@koen_djaru That message is within an iframe that’s pointing somewhere other than Netlify.

<iframe src="https://ipfs.thirdwebcdn.com/ipfs/QmbAgC8YwY36n8H2kuvSWsRisxDZ15QZw3xGZyk9aDvcv7/erc721.html?contract=0x8B8F90976974084541B54D6730E846258585A6c9&amp;chain=%7B%22name%22%3A%22Scroll+Alpha+Testnet%22%2C%22chain%22%3A%22ETH%22%2C%22rpc%22%3A%5B%22https%3A%2F%2Fscroll-alpha-testnet.rpc.thirdweb.com%2F5a9bc94b87f7cbbbfbbc234bf1e07f0adf5f3cf3012c9f26f9fc9820d64df93a%22%5D%2C%22nativeCurrency%22%3A%7B%22name%22%3A%22Ether%22%2C%22symbol%22%3A%22ETH%22%2C%22decimals%22%3A18%7D%2C%22shortName%22%3A%22scr-alpha%22%2C%22chainId%22%3A534353%2C%22testnet%22%3Atrue%2C%22slug%22%3A%22scroll-alpha-testnet%22%7D"></iframe>

thanks nathan… let me look into this.

ok i found the issue … its with google flagging the ipfs gateway incorrectly as malicious. I have found a fix. How do i close this post?

What is the solution mate? I have same issue with my dapps using thirdweb widgets

Not sure if you have designed your own UI… Or used thirdwebs embed code. My Dapps are pretty basic one pagers that used the third Web embed code. They have now refreshed the ipfs links in the embed code and updating it fixed my issue. Essentially it’s their Ipfs gateway that is being flagged as malicious by Google that’s causing the issue. If you change to an alternate Ipfs gateway it fixes the problem.