()
| 225 | } |
| 226 | |
| 227 | function persistHostnames() { |
| 228 | writeStoredJson(SETTINGS_STORAGE_KEYS.hostnames, topWebsites); |
| 229 | } |
| 230 | |
| 231 | function persistDoHServers() { |
| 232 | writeStoredJson(SETTINGS_STORAGE_KEYS.dohServers, dnsServers.map(normalizeDoHServerForStorage).filter(Boolean)); |
no test coverage detected