-
Notifications
You must be signed in to change notification settings - Fork 78
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
Allow control over dns-prefetch
and preconnect
#282
Comments
dns-prefetch
and preconnect
Talked with @yoavweiss about this today. I think what we agreed on was something like the following:
WDYT? |
/cc @andypaicu, @dveditz, @ckerschb |
Sounds good to me. (The only thing that's still unclear to me is how WebRTC's algorithms tie into all this, but I guess we'll track that as part of #92.) |
Short answer: |
Hi folks, I just wanted to ask if there are any plans to progress this? This is super important for our use case - being able to stop data exfiltration from a sandbox that is used to render private data. |
/cc @noamr - as it's related to the resource hints processing model work |
I don't think I suggest that if there is any directive that allows fetching from a particular origin, then btw I think this should also be the case for |
I added some thoughts in #542. |
@noamr: |
Oh, I guess I missed that and ended up suggesting the same thing. |
Raising this separately from #107 as that is mostly focused on the other types (which go through Fetch).
See @samuelhorwitz's comment at whatwg/fetch#658 (comment).
If we do this it might make CSP a natural place to also define the
X-DNS-Prefetch-Control
header (see w3c/resource-hints#75); again, in cooperation with HTML most likely.The text was updated successfully, but these errors were encountered: