cef/libcef/browser/prefs
Marshall Greenblatt f158c34a21 Remove CefBrowserSettings related to file URL access (fixes issue #2820)
This removes CefBrowserSettings.universal_access_from_file_urls and
CefBrowserSettings.file_access_from_file_urls. Due to NetworkService
requirements these values must now be configured globally via command-line
flags ("allow-universal-access-from-files" and "allow-file-access-from-files"
respectively).

Also remove the kAllowFileAccessFromFileUrls switch in CEF which duplicates
the existing kAllowFileAccessFromFiles switch in Chromium (see issue #1785).
2021-09-27 16:36:57 +03:00
..
browser_prefs.cc widevine: Use component updater with the Alloy runtime (fixes issue #3149) 2021-08-09 21:10:45 -04:00
browser_prefs.h chrome: Support configuration of accept language (see issue #2969) 2021-04-28 13:12:09 -04:00
pref_store.cc Update to Chromium version 93.0.4577.0 (#902210) 2021-07-27 19:03:09 -04:00
pref_store.h Update to Chromium version 93.0.4577.0 (#902210) 2021-07-27 19:03:09 -04:00
renderer_prefs.cc Remove CefBrowserSettings related to file URL access (fixes issue #2820) 2021-09-27 16:36:57 +03:00
renderer_prefs.h Update to Chromium version 93.0.4577.0 (#902210) 2021-07-27 19:03:09 -04:00