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
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -403,7 +403,10 @@ The only ProGuard rules necessary are for the SDK's required and optional depend
403
403
### How do I enable certificate pinning?
404
404
405
405
As of version 7.0.0, the SDK no longer provides certificate pinning by default. We provide hooks for you to run each of your requests with
406
-
your own `SSLSocketFactory` or `CertificatePinner`. To provide this to your calls, you can use any of the requestors provided
406
+
your own `SSLSocketFactory` or `CertificatePinner`. To provide this to your calls, you can use any of the requestors provided.
407
+
408
+
*Note*: If you were previously using `SSLConfig`, this is no longer available. You can view the source in [git history](https://github.com/dropbox/dropbox-sdk-java/blob/0f765cb69940ac047682cf117af7a94a1f66b6eb/core/src/main/java/com/dropbox/core/http/SSLConfig.java)
409
+
but we no longer provide any default certificate pinning or any other configuration.
0 commit comments