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
after talking with @tmancey about this, the entry is that the log entry is "wrong". what's going on here is this: when the browser restarts, it re-opens previously open tabs (if configured to do so). those tabs are not run through the categorization code, because we don't want to double-count them. however, the log entry simply spits out what it knows "now", not what it knew "then".
because this diagnostic is misleading, we will fix the diagnostic to reflect reality.
Steps to Reproduce
brave://rewards/
https://www.iab.com/
Actual result:
tabClassification
is empty"tabClassification":[]
log:
I believe this will prevent some ads from showing.
Note: reload or two of the tab fixes the issue
Expected result:
tabClassification
is populated"tabClassification":["business","advertising"]
log:
Reproduces how often:
always
Brave version (brave://version info)
Checked on Windows 7 and Windows 10
cc: @bridiver @jsecretan @brave/legacy_qa
The text was updated successfully, but these errors were encountered: