-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Cookies blocked
doesn't work when selected via shields panel
#17654
Comments
These were introduced by #9545, however, according to Chrome documentation, e.g.: * https://developer.chrome.com/docs/extensions/reference/tabs/ * https://developer.chrome.com/docs/extensions/reference/browserAction/ the API versions that return Promise are only available to extensions that use Manifest V3. We are using Manifest V2 and should instead be using APIs that take a callback. Replaced all usages of these APIs that expected a Promise returned with the versions that take a callback. Fixes brave/brave-browser#17654 Additionally, added some return statements inside .then() in shieldsPanelReducer.ts to get rid of the Bluebird warnings that "a promise was created in a handler but was not returned from it".
As per brave/brave-core#9832 (comment), I quickly double checked and ensured that I couldn't reproduce the above on Using @LaurenWags @StephenBass @btlechowski mind quickly checking just to confirm |
Verified
Steps:
Verification passed on
Verified
Steps:
|
Description
Selecting
Cookies blocked
via the shields panel doesn't block the cookies on the target website and generates the following error via the browser console:Steps to Reproduce
1.30.41 Chromium: 93.0.4577.51
in this case)Cookies blocked
Actual result:
Nothing happens and you'll get the error mentioned above via the browser console when you inspect Brave via
brave://inspect
Expected result:
Should block the entire website as per the following:
Reproduces how often:
100% reproducible using the above STR.
Brave version (brave://version info)
Version/Channel Information:
No
No
Yes
Other Additional Information:
N/A
N/A
N/A
Miscellaneous Information:
CCing @rebron @bsclifton @mkarolin @brave/legacy_qa
The text was updated successfully, but these errors were encountered: