mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 00:50:40 +00:00
d245bc86c2
When the user clicks continue this time in the DoH fallback warning page we want to set the defaultLoadFlags to LOAD_TRR_DISABLED_MODE so all of the pages & subresources in the tab will not use TRR from that point forward. Setting it directly on docshell.defaultLoadFlags seems to not have the correct behaviour when the page is using the Cross-Origin-Opener-Policy header, as that causes the DocumentChannel to do a cross process redirect and recreate the browsing context. Setting the defaultLoadFlags on the browsingContext directly and adding the field to `CanonicalBrowsingContext::ReplacedBy` seems to lead to the expected behaviour. Differential Revision: https://phabricator.services.mozilla.com/D176959 |
||
---|---|---|
.. | ||
base | ||
build | ||
shistory | ||
test | ||
moz.build |