SIGN IN SIGN UP

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.

182972 0 0 Python

fix(frontend): escape < in JSON-stringified code to prevent script tag breakage

JSON.stringify does not escape </ sequences, so compiled JSX containing
"</script>" as a string literal would break the iframe's script tag.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
N
Nicholas Tindle committed
855b532cdb830b49857acbc880098114a6647a20
Parent: 3851037