forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Implement non-transitional IDNA processing behind a flag"
This reverts commit 60447d2. Reason for revert: Thread safety Original change's description: > Implement non-transitional IDNA processing behind a flag > > This CL adds a flag called UseIDNA2008NonTransitional that enables > non-transitional IDNA processing for URLs. When enabled, hostnames > that contain deviation characters will no longer be mapped and will > be usable as is. These deviation characters are: > - U+00DF LATIN SMALL LETTER SHARP S > - U+03C2 GREEK SMALL LETTER FINAL SIGMA > - U+200D ZERO WIDTH JOINER > - U+200C ZERO WIDTH NON-JOINER > > See https://unicode.org/reports/tr46/#Deviations for details. > > As an example, http://faß.de is presently mapped to http://fass.de > with IDNA 2008 transitional processing. When the flag is enabled, > ß will no longer be mapped to ss and the URL will remain unchanged. > > Bug: 694157 > Change-Id: I37df9aea5520374d1fce829b0d6ee22d9bdf32ec > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4018995 > Reviewed-by: Emily Stark <estark@chromium.org> > Reviewed-by: Charlie Harrison <csharrison@chromium.org> > Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> > Reviewed-by: Kent Tamura <tkent@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1070571} Bug: 694157 Change-Id: I3c509230dc8fad7c1e696007d4ac8f918964b995 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4024340 Reviewed-by: Kent Tamura <tkent@chromium.org> Reviewed-by: Charlie Harrison <csharrison@chromium.org> Reviewed-by: Emily Stark <estark@chromium.org> Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/main@{#1071085}
- Loading branch information
Showing
25 changed files
with
169 additions
and
6,351 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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.