I asked a question in my language (Portuguese) asking ChatGPT for information on how to increase the font in the PhpStorm IDE.
He gave an answer and tried to put an image using the img tag.
The image link was broken (as we know AIs have difficulty with links), but that’s not the issue.
It seems to me that this is a security flaw, as this code makes a request to another server, in this case the URL was trusted (JetBrains website), but it could have been different.
The code it generated: <img alt="Editor > Font" src="https://www.jetbrains.com/help/img/idea/2021.1/font_settings.png">