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

Add spec for referrer policy key #216

Merged
merged 2 commits into from
Dec 6, 2022

Commits on Nov 21, 2022

  1. Add spec for referrer policy key

    We parse the "referrer_policy" key from the given speculation rules
    input, and compute the referrer policy to use based on the rule and
    possibly a matching <a> or <area> element.
    
    We pass this information through to a prerendering navigation, but leave
    the prefetch case for a later PR.
    kjmcnee committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    7cd32a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Allow empty string

    kjmcnee committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    99f2300 View commit details
    Browse the repository at this point in the history