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

Fix referrer calculation to not refer to "API referrer source" #58

Merged
merged 1 commit into from Jul 15, 2016

Conversation

domenic
Copy link
Collaborator

@domenic domenic commented Jul 14, 2016

This was discussed in #43. It doesn't necessarily help with #31, but is a good stage-setting for whatever we do there eventually...

@domenic domenic force-pushed the determine-requests-referrer branch from b5b1f90 to cd72de6 Compare July 14, 2016 23:46
@@ -683,74 +684,53 @@ <h3 id="determine-requests-referrer">
associated with it, as detailed in the following steps, which return
either <code>no referrer</code> or a URL:

Note: If Fetch is performing a navigation in response to a link of type
<code><a>noreferrer</a></code>, then <var>request</var>'s
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why delete this? I think it's still true/useful.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, never mind, I just saw you put it below instead.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I thought it would be nice to put it in the switch, because when I was mentally reading that part of the algorithm, I was like, "what about if it's "no-referrer"?" and it took me a while to look up and find this note.

@estark37
Copy link
Collaborator

Thanks @domenic. Just trying to figure out what's going on with the Travis build...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants