diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2020-01-14 13:54:31 +0100 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2020-01-14 15:42:47 +0100 |
commit | aa744aee7dac7d421fa0d338e769e3619146512c (patch) | |
tree | 94183e0d620e099c5320ad728f05c2ff2216c78a /doc/classes/StreamPeerSSL.xml | |
parent | 031b5455ae0d1f3c4c850ce91a1168b6aabc9537 (diff) | |
download | redot-engine-aa744aee7dac7d421fa0d338e769e3619146512c.tar.gz |
Update documentation to reflect HTML5 limitations.
Diffstat (limited to 'doc/classes/StreamPeerSSL.xml')
-rw-r--r-- | doc/classes/StreamPeerSSL.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/StreamPeerSSL.xml b/doc/classes/StreamPeerSSL.xml index b34d8d1b25..eea44ef93d 100644 --- a/doc/classes/StreamPeerSSL.xml +++ b/doc/classes/StreamPeerSSL.xml @@ -38,6 +38,7 @@ </argument> <description> Connects to a peer using an underlying [StreamPeer] [code]stream[/code]. If [code]validate_certs[/code] is [code]true[/code], [StreamPeerSSL] will validate that the certificate presented by the peer matches the [code]for_hostname[/code]. + [b]Note:[/b] Specifying a custom [code]valid_certificate[/code] is not supported in HTML5 exports due to browsers restrictions. </description> </method> <method name="disconnect_from_stream"> |