You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This option is passed to the underlying `requests` session as the `verify`
509
+
option, see the [documentation for requests][requests-verify-ssl-docs].
510
+
498
511
#### Anonymous platform information
499
512
500
513
By default, we send some basic information about the platform the client library is running on with each request, see [here for an explanation](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent). This data is completely anonymous and only used to improve our product, not track any individual users. If you do not wish to send this data, you can opt-out when creating your `deepl.Translator` object by setting the `send_platform_info` flag like so:
@@ -599,3 +612,5 @@ environment variables defined referring to the mock-server.
0 commit comments