You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the request goes to the component update server as part of other requests, so it is never handled. There's a restriction to only forward things that are 1 extension at a time to the chrome store.
For licensing reasons we can't host this ourselves.
Note to QA: Just basically make sure Netflix works.
The text was updated successfully, but these errors were encountered:
Fixbrave/brave-browser#1123
Our newer component update server will try to handle any requests for extension updates that gets bundled with other extensions in the same request.
i.e. len(extensions_to_update) == 1 and unrecognized then go to google
server.
The old way this worked was batched with other extnesion update checks at the same time so we would just not return an update from our own server which handled it.
Note that other extensions use the newer component installer which we set as a batch size of 1 so general extension updates are not affected by this.
Because the request goes to the component update server as part of other requests, so it is never handled. There's a restriction to only forward things that are 1 extension at a time to the chrome store.
For licensing reasons we can't host this ourselves.
Note to QA: Just basically make sure Netflix works.
The text was updated successfully, but these errors were encountered: