Merge pull request #114977 from primeos/chromium-remove-client-credentials

chromium: Remove google_default_client_{id,secret}
This commit is contained in:
Michael Weiss 2021-03-05 13:08:09 +01:00 committed by GitHub
commit 6abbdecf62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -250,13 +250,10 @@ let
symbol_level = 0; symbol_level = 0;
fieldtrial_testing_like_official_build = true; fieldtrial_testing_like_official_build = true;
# Google API keys, see: # Google API key, see: https://www.chromium.org/developers/how-tos/api-keys
# http://www.chromium.org/developers/how-tos/api-keys # Note: The API key is for NixOS/nixpkgs use ONLY.
# Note: These are for NixOS/nixpkgs use ONLY. For your own distribution, # For your own distribution, please get your own set of keys.
# please get your own set of keys.
google_api_key = "AIzaSyDGi15Zwl11UNe6Y-5XW_upsfyw31qwZPI"; google_api_key = "AIzaSyDGi15Zwl11UNe6Y-5XW_upsfyw31qwZPI";
google_default_client_id = "404761575300.apps.googleusercontent.com";
google_default_client_secret = "9rIFQjfnkykEmqb6FfjJQD1D";
} // optionalAttrs proprietaryCodecs { } // optionalAttrs proprietaryCodecs {
# enable support for the H.264 codec # enable support for the H.264 codec
proprietary_codecs = true; proprietary_codecs = true;