-
Notifications
You must be signed in to change notification settings - Fork 27
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 referrerpolicy to media elements (<audio> and <video>) #160
Comments
This seems pretty reasonable to me, thanks for filing. I think we need go determine if any implementers are interested in doing this. Let's loop some people in:
Any thoughts on this proposal? |
I guess one question I have is how often people end up configuring referrer policies on a per request basis. And especially with user agents thinking of limiting referrer for cross-site subresource requests to origin in general, this might not add a lot of value anymore? |
Unfortunately it looks like we don't have use counter metrics for script elements in Chromium, but we at least have information on the following elements: I suspect |
Sounds fine to me. I'm also not sure how useful it'd be though. |
I have ended up on this issue after looking at referrerpolicy as a solution to broadening privacy guidelines. For example, a German court ruled that Google Fonts could not be used on a site and issued a fine; that was about IP addresses (and I'd argue a silly judgement), but referrers are far more circumspect IMHO and IMHO we need fine-grained control and consistency in the standard. For example, what if we want to prevent a referrer on a small number of remote hosted videos, but allow it on all hyperlinks (without having to manually set it each time)? There are legitimate reasons for this kind of thing that different organisations will need to look at when it comes to balancing considerations of laws and also considerations of digital marketing. I also wanted to add to this issue for completeness... There are also the Also, And finally for completeness, there is the |
Distinguishing between navigations and subresources is an interesting and rather compelling suggestion. (And yeah, |
Is what brought me here looking for this feature, for whatever that data point is worth 😊 |
It seems to me that currently
referrerpolicy
can be used for<img>
but not for<audio>
or<video>
.It would be great if this could be used in the same way.
Related: whatwg/html#7822
The text was updated successfully, but these errors were encountered: