This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make bubble innerHTML assignment Trusted Types compatible.
The ineerHTML assignment of the string ' ' was causing Trusted Types violations. To fix this violation we are switching to use the safe alternative of setting ineerHTML, goog.dom.safe.setInnerHtmlFromConstant. RELNOTES: Make bubble innerHTML assignment Trusted Types compatible. PiperOrigin-RevId: 398546522 Change-Id: I21ac2c7d887f459ef6b0a40d4de484e54fe013be
- Loading branch information
1 parent
ba7c8d7
commit 83aa32c
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters