-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Block autoplay on whitelisted site doesn't work #3138
Comments
+1 from Community: |
I'm not familiar with how Brave is architected, but wouldn't a simpler and more transparent solution be to pre-populate the user's Autoplay Allow list at chrome://settings/content/autoplay so that they have access to it, rather than having to code around a hidden whitelist? |
@pilgrim-brave @pes10k Adding youtube to the block list still doesn't seem to block autoplay. Any ideas? |
+1 from me. I've tested both of these, and they cure the problem: I'm unable to find sources for either of those, however. |
Description
Attempting to block autoplay on a site that is whitelisted is quite difficult than it sounds. On YT, changing autoplay to block only blocks on that video and not at domain level. The entry for a domain in
brave://settings/content/autoplay
doesn't result in blocking autoplay and user still needs to block it on each individual pageSteps to Reproduce
Block
https://youtube.com:443
entry inbrave://settings/content/autoplay
under blockActual result:
Watch the full steps here https://youtu.be/rAxzyo4-J_s
Expected result:
Adding a site exception should block autoplay at the domain level even if its added to whitelist
Reproduces how often:
Easy
Brave version (brave://version info)
Reproducible on current release:
Yes
Website problems only:
N/A
N/A
Additional Information
Issue reported and discussed on https://community.brave.com/t/autoplay-was-blocked-on-this-page-not-actually-blocking-autoplay/33565/8
cc: @bbondy @brave/legacy_qa
The text was updated successfully, but these errors were encountered: