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
However, I see messages like this on my terminal though when I run master:
ERROR:brave_static_redirect_network_delegate_helper.cc(79)] URL not allowed from system network delegate: https://update.googleapis.com/service/update2/json
@rebron - This should be fixed by the changes made in go-updater. The changes have not yet been pushed to production yet, will keep it assigned to myself and test it again when the changes land in production.
https://update.googleapis.com/service/update2
was added to the system network whitelist in brave/brave-core#406 in order to fix #163.However, I see messages like this on my terminal though when I run master:
https://update.googleapis.com/service/update2/json
is one of the two component updater endpoints defined in https://cs.chromium.org/chromium/src/components/component_updater/component_updater_url_constants.cc?rcl=85a8aae0b6208c2a76d1a6e6c0c617070d5df010 though it's missing from our whitelist.I assume we should either whitelist both of them (assuming this is required for non-supported extensions from the Chrome store) or neither.
The text was updated successfully, but these errors were encountered: