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

Surfacing capability URLs #657

Open
yoavweiss opened this issue Sep 11, 2024 · 1 comment
Open

Surfacing capability URLs #657

yoavweiss opened this issue Sep 11, 2024 · 1 comment

Comments

@yoavweiss
Copy link
Contributor

There are a lot of capability URLs out there, but both browsers and servers are oblivious to the fact that a certain URL is a capability one.

If browsers were aware of capability URLs (e.g. through an attribute on the link that got the user to open them), they could have e.g. warned users if they are trying to share these URLs.

If well-meaning secure-context servers were aware of capability URLs (e.g. through a header that the capability-aware browser would attach to the relevant request), they could make sure that they don't find themselves in the server logs.

I'm not 100% sure what less-well-meaning servers can do with capability URLs from other origins, but presumably they should not be seeing these (secure-context) requests unless the origin (or the user, or their machine's administrator) trusted them to inspect the request.

I'd love folks' thoughts!

@amalkrishnan43216
Copy link

amalkrishnan43216 commented Sep 12, 2024 via email

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

No branches or pull requests

2 participants