forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Cfx] Revert incompatible URL parsing changes
The changes in whatwg/url#619 broke NUI URLs such as `https://cfx-nui-dr-scratching-3.1.0/`, which is a compat break for our use case. Since we don't rely on URL display to end users as much as browsers do, the security risks leading to this change do not apply here. This both reverts the behavior from f21b724, as well as 6998eb4 which is required to not fail mojo deserialization on IP-style hosts.
- Loading branch information
1 parent
d05d08c
commit 1dd9a14
Showing
2 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters