-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify pushState()/replaceState()'s URL rewriting check
This allows the query component to change in the cross-origin case, not just the fragment component. This better aligns with browsers, although not exactly with any particular browser, since browsers seem to special-case opaque origins. See the full analysis at #6836 (comment). Closes #6836.
- Loading branch information
Showing
1 changed file
with
5 additions
and
21 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