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

Define Sec-Fetch-Frame-Ancestors. #89

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Commits on Apr 30, 2024

  1. Define Sec-Fetch-Frame-Ancestors.

    This patch aims to formalize the discussion from
    #56, defining a `Sec-Fetch-Frame-Ancestors`
    header that supplements `Sec-Fetch-Site`'s exposure of the relationship
    between a request's initiator and the request's target with additional
    context about the same-siteness of context within which the request was
    made. This should support developers' understanding of the viability of
    various `SameSite` cookie settings on the one hand, and the ways in
    which their resources are partitioned on the other.
    mikewest committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d866a02 View commit details
    Browse the repository at this point in the history