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 referrer to navigation fetch request #23090

Merged
merged 2 commits into from Apr 26, 2019

Commits on Apr 19, 2019

  1. set referrer in window.load_url

    - this conforms to follow-hyperlinks spec step 13
    - this conforms to window-open spec step 14.3
    - replace uses of `referrer_url` with `referrer`
    - in Request class, change "no-referrer" to ""
    - set websocket fetch referrer to "no-referrer"
    miller-time committed Apr 19, 2019
You can’t perform that action at this time.