cef_settings_t.pack_loading_disabled

Set to true (1) to disable loading of pack files for resources and locales. A resource bundle handler must be provided for the browser and render processes via CefApp::GetResourceBundleHandler() if loading of pack files is disabled. Also configurable using the "disable-pack-loading" command- line switch.

struct cef_settings_t
int pack_loading_disabled;

Meta