Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force Widevine to do its own independent check so it goes to Google #500

Merged
merged 1 commit into from
Sep 26, 2018

Commits on Sep 26, 2018

  1. Force Widevine to do its own independent check so it goes to Google

    Fix brave/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.
    bbondy committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    79bd35f View commit details
    Browse the repository at this point in the history