Skip to content

Commit

Permalink
Merge release/25.6 into trunk (#23985)
Browse files Browse the repository at this point in the history
* Don’t send/store cookies for EU-US DPA geolookup (#23982)

* Update app translations – `Localizable.strings`

* Bump version number

---------

Co-authored-by: Jeremy Massel <[email protected]>
  • Loading branch information
wpmobilebot and jkmassel authored Jan 16, 2025
1 parent 07a4473 commit 03009da
Show file tree
Hide file tree
Showing 6 changed files with 309 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import WordPressKit

class ComplianceLocationService {
private let session = URLSession(configuration: .ephemeral)

func getIPCountryCode(completion: @escaping (Result<String, Error>) -> Void) {
IPLocationRemote().fetchIPCountryCode(completion: completion)
IPLocationRemote(urlSession: session).fetchIPCountryCode(completion: completion)
}
}
Loading

0 comments on commit 03009da

Please sign in to comment.