Open
Description
CSP currently has a few gaps that prevent it from being a useful anti-exfiltration mechanism. https://www.w3.org/TR/CSP3/#exfiltration hints that preventing data exfiltration may be a goal, but it's not very explicit.
I'd like to gauge folks' willingness to make anti-exfiltration an explicit goal. If we were to take that route, we'd probably want to:
- Have control over
dns-prefetch
andpreconnect
, potentially with a superset of all directives. - Revive a variant of
navigate-to
that would prevent exfiltration through navigations - Have control over WebRTC and WebTransport, somehow.
- Modify the way iframes can be navigated to any resource on the origin to shake off CSP restrictions.
<other things I may be missing>
That's a bunch of work, and I'm not suggesting we have to tackle all of it in one go. But I want to understand if this is something that the group is interested in, directionally.
Metadata
Metadata
Assignees
Labels
No labels
Activity