mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Change warnings to dangers if data loss can occur
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user