File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 33NOTE: These instructions are for the master branch (Chrome 51).
44
55There are several types of builds you can perform:
6+
671 . You can build CEF Python using prebuilt CEF binaries that were
78 uploaded to GH releases (tagged eg. v51-upstream)
892 . You can build both CEF Python and CEF from sources, but note
Original file line number Diff line number Diff line change @@ -159,6 +159,15 @@ internet should not enable this setting. Also configurable using the
159159Can be overridden for individual CefRequestContext instances via the
160160CefRequestContextSettings.ignore_certificate_errors value.
161161
162+ __ IMPORTANT__ : This option not only ignores all certificate errors,
163+ but it also enables caching of content due to custom patch being
164+ applied (read more in "NOTE ON CACHING" further down). If you don't
165+ want this caching feature of insecure content then alternatively you
166+ can ignore certificate errors using the
167+ RequestHandler.[ _ OnCertificateError()] ( #_oncertificateerror )
168+ callback. Note that disk caching is enabled only when the "cache_path"
169+ option is set.
170+
162171__ NOTE ON CACHING__ : the official CEF Python binary releases incorporate a patch
163172that changes the caching behavior on sites with SSL certificate errors
164173when used with this setting. Chromium by default disallows caching of
You can’t perform that action at this time.
0 commit comments