Skip to content

Commit

Permalink
Update chrome_settings_overrides.search_provider.suggest_url to kag…
Browse files Browse the repository at this point in the history
…isuggest.com

This is mainly to complement use with Privacy Pass, but is functionally a no-op. The main difference is that cookies will not be sent with requests to `kagisuggest.com`

I don't know if this will update the autosuggest configuration for existing users or not, but it's fine in either case.
  • Loading branch information
bcspragu committed Feb 5, 2025
1 parent 80a0b2c commit 627e275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"favicon_url": "https://assets.kagi.com/v2/favicon-32x32.png",
"keyword": "@kagi",
"is_default": true,
"suggest_url": "https://kagi.com/api/autosuggest?q={searchTerms}",
"suggest_url": "https://kagisuggest.com/api/autosuggest?q={searchTerms}",
"encoding": "UTF-8"
}
},
Expand Down
2 changes: 1 addition & 1 deletion firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"favicon_url": "icons/icon_32px.png",
"keyword": "@kagi",
"is_default": true,
"suggest_url": "https://kagi.com/api/autosuggest?q={searchTerms}",
"suggest_url": "https://kagisuggest.com/api/autosuggest?q={searchTerms}",
"encoding": "UTF-8"
}
},
Expand Down

0 comments on commit 627e275

Please sign in to comment.