Change warnings to dangers if data loss can occur

This commit is contained in:
tetrapod00
2024-11-12 01:07:53 -08:00
parent 5b0f7925be
commit f2717085dc
5 changed files with 6 additions and 6 deletions

View File

@@ -149,7 +149,7 @@ For example, to set a custom user agent (the HTTP ``User-Agent`` header) you cou
HttpRequest httpRequest = GetNode<HttpRequest>("HTTPRequest");
httpRequest.Request("https://api.github.com/repos/godotengine/godot/releases/latest", new string[] { "User-Agent: YourCustomUserAgent" });
.. warning::
.. danger::
Be aware that someone might analyse and decompile your released application and
thus may gain access to any embedded authorization information like tokens, usernames or passwords.