We have made a small change to the built-in game console, now it supports two separate methods:
[c]console.log[/c] filters all HTML entites on the server side;
[c]console.logUnsafe[/c] leaves all responsibility to you, please make sure you filter the content appropriately.
Read more in this GitHub issue: [url="https://github.com/screeps/screeps/issues/162#issuecomment-3796847328"]https://github.com/screeps/screeps/issues/162#issuecomment-3796847328[/url]
