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
Escape HTML tags in toScript() output (#242)
Adds JSON_HEX_TAG to json_encode flags so < and > are escaped to
\u003C / \u003E. Without this, a value containing </script> could
break out of the script block and execute injected HTML.