Reputation: 417
I need to disable Flash for a test case where the user doesn't have Flash installed in Chrome.
Before updating, it worked fine with this option --disable-bundled-ppapi-flash
.
But now it doesn't work.
How do I disable Flash?
Upvotes: 14
Views: 52632
Reputation: 16675
Do the following on your Google Chrome, to disable Flash, or allow it for specific domains:
Navigate to chrome://settings/content
and select the option you want in the Flash section.
Chrome Settings > Click Show advanced options... > Under Privacy click Content Settings... > See the Flash section.
Upvotes: 25
Reputation: 91
There is an easy way.
Go to the url you want to block flash for
Click on icon "i" in front of the url
Change the flash to "Always block for this site"
Upvotes: 5
Reputation: 31
I discovered something else that appears to disable Flash: Navigate to
chrome://flags/#prefer-html-over-flash
and set the flag that is highlighted (for "Prefer HTML over Flash") to "Enabled"
I have just done this and tested my computer on Do I Leak- and it reports that Flash is disabled
Upvotes: 3
Reputation: 2316
Sadly they removed interaction with plugins like that in chrome 57.
With web browsers being among the most frequently used pieces of software out there, it's little wonder that there is so much concern about security surrounding them. Browser plugins can be a major security worry, and with Chrome 57 Google has taken the strange decision to block users from disabling them or changing their settings.
You can still get at the settings by navigating to: chrome://settings/content
Alternatively you can get there by visiting: Chrome Settings > Show advanced options... > Content Settings > Flash
Upvotes: 1