mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 125.0.6422.0 (#1287751)
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
diff --git content/browser/renderer_host/render_frame_host_impl.cc content/browser/renderer_host/render_frame_host_impl.cc
|
||||
index 6066f87e7d50d..410f3a20f19f4 100644
|
||||
index 9203a7ad0ef6c..b7ba771e6eea0 100644
|
||||
--- content/browser/renderer_host/render_frame_host_impl.cc
|
||||
+++ content/browser/renderer_host/render_frame_host_impl.cc
|
||||
@@ -10537,6 +10537,7 @@ void RenderFrameHostImpl::CommitNavigation(
|
||||
@@ -10605,6 +10605,7 @@ void RenderFrameHostImpl::CommitNavigation(
|
||||
auto browser_calc_origin_to_commit =
|
||||
navigation_request->GetOriginToCommitWithDebugInfo();
|
||||
if (!process_lock.is_error_page() && !is_mhtml_subframe &&
|
||||
+ common_params->url.IsStandard() &&
|
||||
!policy->CanAccessDataForOrigin(
|
||||
GetProcess()->GetID(), browser_calc_origin_to_commit.first.value())) {
|
||||
SCOPED_CRASH_KEY_STRING64("CommitNavigation", "lock_url",
|
||||
!policy->CanAccessOrigin(
|
||||
GetProcess()->GetID(), browser_calc_origin_to_commit.first.value(),
|
||||
ChildProcessSecurityPolicyImpl::AccessType::kCanCommitNewOrigin)) {
|
||||
|
Reference in New Issue
Block a user