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
If you leverage jettifier and see the following errors then please add `android.jetifier.ignorelist = jackson-core,fastdoubleparser` to your `gradle.properties` file.
@@ -399,3 +399,41 @@ The only ProGuard rules necessary are for the SDK's required and optional depend
399
399
-dontwarn javax.servlet.**
400
400
-dontwarn org.apache.**
401
401
```
402
+
403
+
### How do I enable certificate pinning?
404
+
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.
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