Reputation: 107
Problem:
As Google said, Chrome Sync
function will be rate limited for third-party since 15th March 2021.
So I want to add --allow-browser-signin=false
flag in my Chromium.
What I've tried:
I executed Chrome with the flag in Windows. And I also executed Chromium with the flag in Chromium OS.
I could see that flag is used by Chrome/Chromium well when I type chrome://version
in Chrome/Chromium browser.
But the flag function looks not working. Because Chrome/Chromium still include my Google account.
Question:
How can I use --allow-browser-signin=false
flag with Chromium?
Do I have to put the flag when I build Chromium?
Or Do I have to modify original source of Chromium?
Upvotes: 1
Views: 627