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
Component IDs are already unique identifiers (secured through secure randomness + cryptography by being generated from a per-component private key). Having an additional UUID field is a bit redundant, and we could reduce overall complexity by using component IDs instead.
Note that this change will require changes in brave-core to migrate UUIDs in local preference storage, so that users' enabled filter lists are not reset: see brave/brave-browser#27708.
The text was updated successfully, but these errors were encountered:
Component IDs are already unique identifiers (secured through secure randomness + cryptography by being generated from a per-component private key). Having an additional UUID field is a bit redundant, and we could reduce overall complexity by using component IDs instead.
Note that this change will require changes in brave-core to migrate UUIDs in local preference storage, so that users' enabled filter lists are not reset: see brave/brave-browser#27708.
The text was updated successfully, but these errors were encountered: