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
If object contains a string with a script tag, that script is then included in the page on load.
We don't want that, so we should escape all strings so they're web-safe.
If object contains a string with a script tag, that script is then included in the page on load.
We don't want that, so we should escape all strings so they're web-safe.