Skip to content

Commit

Permalink
Change file store directory to application support
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandroboron committed Dec 16, 2024
1 parent 92d976e commit 76397dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ final class MaliciousSiteProtectionManager: MaliciousSiteDetecting {
let dataManager = dataManager ?? MaliciousSiteProtection.DataManager(
fileStore: MaliciousSiteProtection.FileStore(
dataStoreURL: FileManager.default.urls(
for: .documentDirectory,
for: .applicationSupportDirectory,
in: .userDomainMask
)
.first!
Expand Down

0 comments on commit 76397dc

Please sign in to comment.