-
Notifications
You must be signed in to change notification settings - Fork 970
Allow flash loads flash content even when flash is not enabled in settings #6739
Comments
just to clarify, the expected behavior that brianj, brendan, and i agreed on was:
in all cases above, sites that are not Adobe (or other exceptions) cannot see whether flash is installed until you click-to-play on the placeholder. |
This is a bug and should work as you described but would you be against treating it as a bug and fixing within the context of 0.13.1? I'd rather not block on this so we can release tomorrow and the flash plugin won't actually run until you explicitly allow. |
as a hotfix i can just change the context menu to say 'enable flash in preferences' instead of 'allow flash' |
I don't think that would help because navigator.plugins would still advertise it. I'm looking into a fix too since I want to get builds going for rc1. |
@bbondy it doesn't appear that navigator.plugins is advertising it |
It's advertising it if it's installed pre the fix I'm doing. |
window renderer at least, probably the content setting hides it for content |
with the fix I'm doing it won't even load the plugin anymore to get the info from it. |
I think we'll try for an RC2 which has a less aggressive approach for better UX, so re-opening for now. |
slightly-modified QA steps in aab8142 |
Fix brave#6739 Auditors: @bridiver @bbondy Test Plan: 1. with flash disabled, go to http://homestarrunner.com/ 2. right click on the placeholder 3. it should say 'Enable Flash in Preferences...', and clicking this should open preferences 4. enable flash 5. go back to http://homestarrunner.com/, right click on the placeholder again 6. choose 'allow for one week'. the flash should load. 7. disable flash 8. reload http://homestarrunner.com/. the flash should be blocked.
Did you search for similar issues before submitting this one?
Describe the issue you encountered:
Allow flash loads flash content even when flash is not enabled in settings
Expected behavior:
Flash should be enabled in settings to allow flash content to run
Platform (Win7, 8, 10? macOS? Linux distro?):
Windows 10 x64
Brave Version (revision SHA):
rev c60b783
Muon 2.0.12
Steps to reproduce:
Screenshot if needed:
![flash](https://cloud.githubusercontent.com/assets/17010094/22119610/2533f2ec-de74-11e6-91e8-621da3c642be.gif)
Any related issues:
Test plan
See: aab8142
The text was updated successfully, but these errors were encountered: