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

Positive: Opaque Response Blocking (ORB) #864

Merged
merged 1 commit into from
Aug 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,18 @@
"title": "Network Information API",
"url": "https://wicg.github.io/netinfo"
},
{
"ciuName": null,
"description": "Safelist certain opaque responses based on MIME type and block everything else.",
"id": "orb",
"mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1532642",
"mozPosition": "positive",
"mozPositionDetail": "Our preferred approach to handle opaque responses when defending against Spectre attacks.",
"mozPositionIssue": 860,
"org": "Proposal",
"title": "Opaque Response Blocking (ORB)",
"url": "https://github.com/annevk/orb"
},
{
"ciuName": null,
"description": "This specification defines a delivery mechanism for a number of policies which are to be applied to an entire origin. It compliments header-based delivery mechanisms for existing policies (Content Security Policy, Referrer Policy, etc).",
Expand Down