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

Send Sec-Purpose: prefetch header for prefetch requests #1576

Merged
merged 8 commits into from
Jan 17, 2023

Commits on Jan 11, 2023

  1. Send Sec-Purpose: prefetch for prefetch requests

    The purpose headers allows servers to discern between regular requests
    and "resource hints" - requests that are only meant to populate
    caches.
    
    This replaces the existing `Purpose` and `x-moz: prefetch` headers.
    
    Closes w3c/webappsec-fetch-metadata#84
    Part of whatwg/html#8111
    noamr committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    e1803cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    805f4d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4095f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc655f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. nits

    noamr committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    1341456 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. wording for token setting

    noamr committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    9841fa8 View commit details
    Browse the repository at this point in the history
  2. nits

    annevk committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    f5d24db View commit details
    Browse the repository at this point in the history
  3. nit

    annevk committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    ac3e6d4 View commit details
    Browse the repository at this point in the history