Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[preprocessHtml] TrustedHtml.replace() does not exist #396

Open
t2ym opened this issue Oct 14, 2020 · 0 comments
Open

[preprocessHtml] TrustedHtml.replace() does not exist #396

t2ym opened this issue Oct 14, 2020 · 0 comments

Comments

@t2ym
Copy link
Owner

t2ym commented Oct 14, 2020

[preprocessHtml] TrustedHtml.replace() does not exist

Root Cause

  • TrustedHtml is not a string and thus does not have .replace() method
  • .innerHtml = {TrustedHtml object} should become invalid if string is assigned

Ad-hoc Workaround

  • Delete window.trustedTypes in bootstrap.js like this
  if (typeof window === 'object' && window.trustedTypes) { delete window.trustedTypes; }

Fix is under investigation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant