浏览代码

Merge pull request #38692 from Calinou/doc-projectsettings-ssl-certificates

Clarify that the SSL certificate setting overrides the default bundle
Rémi Verschelde 5 年之前
父节点
当前提交
8cb67bb359
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      doc/classes/ProjectSettings.xml

+ 2 - 1
doc/classes/ProjectSettings.xml

@@ -872,7 +872,8 @@
 			Page size used by remote filesystem (in bytes).
 		</member>
 		<member name="network/ssl/certificates" type="String" setter="" getter="" default="&quot;&quot;">
-			CA certificates bundle to use for SSL connections. If not defined, Godot's internal CA certificates are used.
+			The CA certificates bundle to use for SSL connections. If this is set to a non-empty value, this will [i]override[/i] Godot's default [url=https://github.com/godotengine/godot/blob/master/thirdparty/certs/ca-certificates.crt]Mozilla certificate bundle[/url]. If left empty, the default certificate bundle will be used.
+			If in doubt, leave this setting empty.
 		</member>
 		<member name="node/name_casing" type="int" setter="" getter="" default="0">
 			When creating node names automatically, set the type of casing in this project. This is mostly an editor setting.