[webkit-changes] [WebKit/WebKit] a7c8d7: Lookalike characters should be removed from the re...

Wenson Hsieh noreply at github.com
Tue Feb 28 22:09:30 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a7c8d725eadea3833b1126fe2c2200ed5175371a
      https://github.com/WebKit/WebKit/commit/a7c8d725eadea3833b1126fe2c2200ed5175371a
  Author: Wenson Hsieh <wenson_hsieh at apple.com>
  Date:   2023-02-28 (Tue, 28 Feb 2023)

  Changed paths:
    M Source/WebCore/loader/FrameLoader.cpp

  Log Message:
  -----------
  Lookalike characters should be removed from the request URL when deciding navigation policy
https://bugs.webkit.org/show_bug.cgi?id=253128
rdar://106061388

Reviewed by Aditya Keerthi.

Add some logic to adjust the request URL if needed, before proceeding with navigation (and calling
out to the client layer).

* Source/WebCore/loader/FrameLoader.cpp:
(WebCore::FrameLoader::updateRequestAndAddExtraFields):

Canonical link: https://commits.webkit.org/260986@main




More information about the webkit-changes mailing list