Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide some navigation timing info when cross-origin redirects are present #7105

Closed
wants to merge 4 commits into from

Commits on Feb 8, 2022

  1. Hide some navigation timing info when cross-origin redirects are present

    When a navigation includes cross-origin redirects, the navigation timing
    entry should not include information about redirect timing and internal
    network timing, as that may expose cross-origin timing information.
    
    This is already implemented and tested, but has been omitted when
    refactoring the navigation timing spec into HTML.
    
    Closes whatwg#7104
    noamr committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    ee4a4af View commit details
    Browse the repository at this point in the history
  2. Fix nits

    noamr committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    6bd3cd9 View commit details
    Browse the repository at this point in the history
  3. nit

    noamr committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    6e5a67b View commit details
    Browse the repository at this point in the history
  4. Removed extra character

    noamr committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    a59b8c5 View commit details
    Browse the repository at this point in the history