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

Set referrer policy better for <iframe srcdoc> documents #1559

Merged
merged 1 commit into from Aug 11, 2016

Commits on Jul 14, 2016

  1. Set referrer policy better for <iframe srcdoc> documents

    See w3c/webappsec-referrer-policy#31. Such
    documents should not inherit the referrer policy from their parent
    document. Instead, we should define the referrer policy for a browsing
    context environment settings object to crawl upward when it encounters
    iframe srcdoc documents, just like the referrer policy spec already does
    for referrers. (It turns out we never actually defined the referrer
    policy for browsing context environment settings objects previously;
    oops!)
    
    This affects the referrer policy used when making requests from inside
    an iframe srcdoc document.
    
    Closes w3c/webappsec-referrer-policy#31.
    domenic committed Jul 14, 2016
    Copy the full SHA
    529a559 View commit details
    Browse the repository at this point in the history