Rank: Advanced Member Groups: Member
Joined: 1/5/2015 Posts: 60
|
Hi We are having some issues with the fact that Chromium is tightly coupled with Adobe Reader, and we would like to disable the Adobe Reader browser plugin altogether. Is it possible for you change the source code for Chromium and depend loading of the Adobe plugin on a condition or something similar? I've tried to find the point in the Chromium source where the the plugin is loaded: https://code.google.com/p/chromium/codesearch#chromium/src/content/child/npapi/webplugin_delegate_impl_win.cc&q=kAcrobatReaderPlugin&sq=package:chromium&l=267&type=csOtherwiser try searching for nppdf32.dll (Adobe reader browser plugin) on https://code.google.com/p/chromium/codesearchHope you can help. Thanks Jeppe
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi, Thanks for the feedback. Currently we do not have any ability to control individual plug-ins. Right now the only thing you can do is this property: http://www.essentialobjects.com/doc/6/eo.webbrowser.runtime.autoscancommonplugins.aspxI believe if you set this property to false, it won't load PDF plug-ins. Thanks!
|
Rank: Advanced Member Groups: Member
Joined: 1/5/2015 Posts: 60
|
Ok, I'll try to look at that option. Thank you.
Jeppe
|