feat: Change default search provider to DuckDuckGo and add custom headers for Google search requests

This commit is contained in:
n4ze3m
2025-01-25 16:32:04 +05:30
parent 51804bc9ae
commit 8c0706aa7c
2 changed files with 18 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ const storage2 = new Storage({
})
const TOTAL_SEARCH_RESULTS = 2
const DEFAULT_PROVIDER = "google"
const DEFAULT_PROVIDER = "duckduckgo"
const AVAILABLE_PROVIDERS = ["google", "duckduckgo"] as const