File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
SecureHttpClient/Platforms/iOS Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 22- drop support of old android versions
33- use Square.OkHttp3.Android instead of Square.OkHttp3.JVM
44- remove Square.OkHtt3.JavaNetCookieJar (incompatible with Square.OkHttp3.Android)
5+ - fix cookies management on ios
56
67## 2.3.2
78- vs : 17.14.12
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ public virtual void SetTrustedRoots(params byte[][] certificates)
7474
7575 private void InitSession ( )
7676 {
77- using var configuration = NSUrlSessionConfiguration . DefaultSessionConfiguration ;
77+ using var configuration = NSUrlSessionConfiguration . EphemeralSessionConfiguration ;
7878 if ( ! UseProxy )
7979 {
8080 configuration . ConnectionProxyDictionary = new NSDictionary ( ) ;
You can’t perform that action at this time.
0 commit comments