Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
gligorkot authored Apr 15, 2020
2 parents a8db7f1 + 9a0ae06 commit 11d2a82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Core/Networking.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ extension Networking {
return { (endpoint, closure) in
var request = try! endpoint.urlRequest()
request.httpShouldHandleCookies = false
request.cachePolicy = .reloadIgnoringCacheData
closure(.success(request))
}
}
Expand Down

0 comments on commit 11d2a82

Please sign in to comment.