-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't allow content scripts to start ledger process without rewards interaction #14307
Comments
Verification passed on
Lauched brave using
Ensured that the above endpoints weren't being contacted by looking at the terminal output/Charles Proxy when launching Brave for the first time on a clean profile. Also ensured that the above endpoints are not being contacted when visiting the following:
Ensured that clicking on the
Verified passed with
Reproduced original issue with Verified STR from description and test plan from brave/brave-core#8036 (comment) using the below links:
Confirmed no connections made to Confirmed when clicking on in-line tip icon the above connections were made Logs
Verification passed on
Verified STR from description and test plan from brave/brave-core#8036 (comment) using the below links:
Confirmed no connections made to Confirmed when clicking on in-line tip icon the above connections were made Logs
|
Description
Rewards publisher content scripts are starting the ledger process without rewards UI interaction. This issue is derived from the more general problem statement in #14277.
Steps to Reproduce
Actual result:
The console log will contain ledger process initialization entries.
Expected result:
The console log should not contain ledger process initialization entries.
The text was updated successfully, but these errors were encountered: