algolia / github-awesome-autocomplete

:octocat: Add instant search capabilities to GitHub's search bar

Home Page:https://github.algolia.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update the API client version

seafoox opened this issue · comments

For now the extension is using an old version of the JS API client. That one doesn't include the DSN logic required in case of DNS issue.

var ALGOLIA_VERSION = '2.8.5';

Yes we should move to v3; I'm just a bit afraid of the Firefox's extension validation process -> last time they read all the code and I manually needed to remove the JSONP-related snippet of code for security reason.

I think we should not do the move for now.
It would indeed be a problem for the different market places.
Maybe with the client in V4 we could just include the strict minimum required that would not raise an alert during the reviewing processes on the different marketplaces.