FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cefpython/patches/issue125.patch at cefpython147 · cztomczak/cefpython · GitHub
cztomczak
/
cefpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
477
Star
3.2k
Code
Issues
223
Pull requests
4
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
cefpython
/
patches
/
issue125.patch
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (14 loc) · 786 Bytes
Breadcrumbs
cefpython
/
patches
/
issue125.patch
Copy path
File metadata and controls
14 lines (14 loc) · 786 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git http_cache_transaction.cc http_cache_transaction.cc
index ede3541aa401..138977424d02 100644
--- http_cache_transaction.cc
+++ http_cache_transaction.cc
@@ -2609,7 +2609,8 @@
int HttpCache::Transaction::WriteResponseInfoToEntry(bool truncated) {
// blocking page is shown. An alternative would be to reverse-map the cert
// status to a net error and replay the net error.
if ((response_.headers->HasHeaderValue("cache-control", "no-store")) ||
-
IsCertStatusError(response_.ssl_info.cert_status)) {
+
(!cache_->GetSession()->params().ignore_certificate_errors &&
+
IsCertStatusError(response_.ssl_info.cert_status))) {
DoneWritingToEntry(false);
if (net_log_.IsCapturing())
net_log_.EndEvent(NetLogEventType::HTTP_CACHE_WRITE_INFO);
Back
|
FazBrowse Home
|
New Git URL