You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace innerHTML assignments with safer versions.
In these cases, it doesn't really matter; assigning constant strings is
generally safe, but it's nice to avoid innerHTML assignments anyway, I guess.
Submitted on behalf of a Googler.
0 commit comments