You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-31 18:41:20 +00:00
Merge pull request #113936 from akien-mga/certs-2025.12
certs: Sync with Mozilla bundle as of Dec 4, 2025
This commit is contained in:
@@ -1277,7 +1277,7 @@
|
||||
[b]Note:[/b] Godot currently doesn't automatically use system proxy settings, so you have to enter them manually here if needed.
|
||||
</member>
|
||||
<member name="network/tls/editor_tls_certificates" type="String" setter="" getter="">
|
||||
The TLS certificate bundle to use for HTTP requests made within the editor (e.g. from the AssetLib tab). If left empty, the [url=https://github.com/godotengine/godot/blob/master/thirdparty/certs/ca-certificates.crt]included Mozilla certificate bundle[/url] will be used.
|
||||
The TLS certificate bundle to use for HTTP requests made within the editor (e.g. from the AssetLib tab). If left empty, the [url=https://github.com/godotengine/godot/blob/master/thirdparty/certs/ca-bundle.crt]included Mozilla certificate bundle[/url] will be used.
|
||||
</member>
|
||||
<member name="network/tls/enable_tls_v1.3" type="bool" setter="" getter="">
|
||||
If [code]true[/code], enable TLSv1.3 negotiation.
|
||||
|
||||
@@ -2477,7 +2477,7 @@
|
||||
Maximum size (in kiB) for the [WebRTCDataChannel] input buffer.
|
||||
</member>
|
||||
<member name="network/tls/certificate_bundle_override" type="String" setter="" getter="" default="""">
|
||||
The CA certificates bundle to use for TLS 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.
|
||||
The CA certificates bundle to use for TLS 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-bundle.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="network/tls/enable_tls_v1.3" type="bool" setter="" getter="" default="true">
|
||||
|
||||
Reference in New Issue
Block a user