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
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
While Brave doesn't package extension data, it does package some extension icons. These are shown within the in-browser list of available extensions. These icons, however, should not be packaged with the browser. Instead, they should be downloaded at a later time.
Actual result:
Extension icons are shipped with Brave.
Expected result:
Extension icons are downloaded by Brave during first run.
Brave Version
0.21.19
about:brave info:
Brave: 0.21.19
V8: 6.5.254.36
rev: f359e6ed2616360456945bff01bac707895fd651
Muon: 4.9.2
OS Release: 10.0.16299
Update Channel: Release
OS Architecture: x64
OS Platform: Microsoft Windows
Node.js: 7.9.0
Brave Sync: v1.4.2
libchromiumcontent: 65.0.3325.162
@flamsmark Great question; it is my understanding that we can download from just about anywhere (even a cache of our own creation). But there is, if I'm not mistaken, a conflict in shipping these with the browser bits.
I think there are some privacy implications to fetching them from the CWS, the extension developer's site, or from a cache of our own. Either approach makes new pings we need to handle safely.
Description
While Brave doesn't package extension data, it does package some extension icons. These are shown within the in-browser list of available extensions. These icons, however, should not be packaged with the browser. Instead, they should be downloaded at a later time.
Actual result:
Extension icons are shipped with Brave.
Expected result:
Extension icons are downloaded by Brave during first run.
Brave Version
0.21.19
about:brave info:
Reproducible on current live release:
Yes
Additional Information
See
browser-laptop/app/renderer/lib/extensionsUtil.js
Lines 32 to 90 in 49523fa
Icons are stored here: https://github.com/brave/browser-laptop/tree/49523fafd9103c3ba378ac7bf4795135387880d4/app/extensions/brave/img/extensions
The text was updated successfully, but these errors were encountered: