We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f4188 commit 7055f47Copy full SHA for 7055f47
firefox-ios/Client/Frontend/Settings/Main/Debug/ExportBrowserDataSetting.swift
@@ -22,7 +22,10 @@ class ExportBrowserDataSetting: HiddenSetting {
22
fromRelativeDirectory: "",
23
toAbsoluteDirectory: documentsPath
24
) { file in
25
- return file.hasPrefix("browser.") || file.hasPrefix("logins.") || file.hasPrefix("metadata.")
+ return file.hasPrefix("browser.")
26
+ || file.hasPrefix("logins.")
27
+ || file.hasPrefix("metadata.")
28
+ || file.hasPrefix("nimbus.")
29
}
30
} catch {}
31
0 commit comments