10000 Bug 1985552 - [bidi] Set destination to 'document' for top-level navi… · mozilla-firefox/firefox@79841af · GitHub
[go: up one dir, main page]

Skip to content

Commit 79841af

Browse files
Bug 1985552 - [bidi] Set destination to 'document' for top-level navigation requests r=webdriver-reviewers,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D266144
1 parent af28aed commit 79841af

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

remote/shared/NetworkRequest.sys.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ export class NetworkRequest {
104104
}
105105

106106
get destination() {
107-
if (this.#isTopLevelDocumentLoad()) {
108-
return "";
109-
}
110-
111107
return this.#channel.loadInfo?.fetchDestination;
112108
}
113109

0 commit comments

Comments
 (0)
0