Hi team,
We're implementing the require-trusted-types-for 'script';
header in our app and have set up a default Trusted Types policy. However, the Intercom widget script fails on the following line:
e.documentElement.innerHTML = t,
with
Uncaught TypeError: Failed to set the 'innerHTML' property on 'Element': This document requires 'TrustedHTML' assignment.
Has anyone encountered this issue before? Any suggestions on how to work around it while keeping Trusted Types enforcement?
Thanks!