-
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
[Desktop] Repurpose the global autoplay content setting so that it allows overriding the Chrome policy #10807
Comments
If we don't do this, we should remove the autoplay content setting, to avoid confusion |
Always block is very valuable. Please make it work instead of removing it. |
Thanks @timkgh. Its useful for us to get a sense of this, so we know what to prioritize. No promises on a final decision, since theres a lot of high priority things on our plate, but its useful to know that its a feature folks would use |
Just chiming in on this. This is a critical feature for me. Since this became an issue in Brave I have switched to Chrome Edge. I prefer Brave (especially mobile) but the lack of zero autoplay I only use it for a handful of cases. |
+1 from several users in #9597 Per @darkdh in #9597 (comment)
|
There are three related issues here:
|
Agree with others that global autoplay off should be available and easy to access. It is for us a very high value problem and we find ourselves more and more migrating away from Brave. Simply... Global Autoplay Off Yes/No |
Verification passed on
Verified test plan from brave/brave-core#6130 Autoplay default setting options Autoplay set default block Autoplay default allow Autoplay blocked through the block list Verified passed with
Verified test plan from brave/brave-core#6130 Autoplay default setting options Autoplay set default = Blocked Autoplay set default = Allowed Autoplay blocked on a per site basis Verification passed on
Autoplay default setting options
Autoplay set default block
Autoplay default allow |
Hi @btlechowski This Autoplay blocker does not work on this site: I have turned the Global Autoplay Content Setting to "Blocked", but the video keeps autoplaying on the above site, can you help to check? Thank you. |
Background: Previously Brave had its own autoplay system, based on a list, b/c Chrome's autoplay policy was crummy. Now Chrome's policy is a lot better than it was, so Brave has removed its custom system and just falls back on Chrome's (#9597, brave/brave-core#5970, etc).
However, we still have the global "autoplay" content setting as a vestigial hold over from the previous system. We should use it to allow users to still disable autoplay, if they don't like Chrome's new-and-improved system.
The text was updated successfully, but these errors were encountered: