CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/03/10 22:41:14
Modified files:
www/chromium : Makefile
www/chromium/patches:
patch-third_party_vulkan_memory_allocator_src_vk_mem_alloc_h
Log message:
Remove google_default_client_id and google_default_client_secret from
GN_ARGS.
>From 2013 until early 2021, Google permitted distribution builds of
Chromium to access Google APIs that added significant features to
Chromium including, but not limited to, Sync and geolocation.
As of March 15, 2021, any Chromium builds which pass client_id and/or
client_secret during build will prevent end-users from signing into their
Google account.
Hint:
If you wish to use sync, you have to build your own chromium package
and use the publicly available client_id and client_secret of the Chrome
browser.