Did they happen to mention what the bug was? I checked Chrome's bug list (link: https://bugs.chromium.org/p/chromium/issues/list?q=Type%3DBug-Regression%20target%3D96&can=2) for any regression bugs but didn't find any that mention this problem. I found one that was tangentially related but that's after interacting with an iframe, not just not loading the iframe
https://bugs.chromium.org/p/chromium/issues/detail?id=1269675&q=Type%3DBug-Regression%20target%3D96&...
I was able to get a network request log from one of the staffs computers when it isn't loading the page and noticed this error when it tries to load a page that fails:
Incomplete response received
The size of the body received is smaller than the one declared on the response headers
This is indicating that the server is not sending the whole body as it is declared, leading me to believe that this is something with Canvas' side, not a bug in Chrome. Or, at the very least, a problem with the way that Chrome interacts with Canvas?
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.