From 90cda1af06bcf0123d272c126c96807d2ea339cb Mon Sep 17 00:00:00 2001 From: Andreas Farre Date: Thu, 10 Aug 2023 10:12:42 +0200 Subject: [PATCH] Positive: Opaque Response Blocking (ORB) We closed this without a dashboard entry, but it seems like we'd benefit from one. Closes #860. --- activities.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/activities.json b/activities.json index afd178f0..82c30ebe 100644 --- a/activities.json +++ b/activities.json @@ -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).",