Seeing domain blocked interstitial on Amazon.com with Chromium web embedder flag enabled #46239
Closed
1 of 5 tasks
Labels
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Description
Visiting Amazon.com in aggressive mode with the
#brave-use-chromium-web-embedder
flag enabled will redirect to our domain blocked interstitial (The domain blocked interstitial is only shown in aggressive mode).Steps to reproduce
#brave-use-chromium-web-embedder
and then relaunch the app.Trackers & Ads Blocking
in Settings > Shields & PrivacyActual result
Blocked domain interstitial is shown:

Expected result
No interstitial shown for non-main frame navigation requests
Reproduces how often
Easily reproduced
Brave version
1.80
Device/iOS version
Affected browser versions
Reproducibility
Miscellaneous information
Internally

target_frame_is_main
is false:However this value is not exposed to us to use, so we check
PageTransitionIsMainFrame
which instead returns true for this request so we treat it as a main frame request and show the interstitial.Thread:
https://bravesoftware.slack.com/archives/C06UXF3KJ/p1747836136245669
The text was updated successfully, but these errors were encountered: