Skip to content

Commit

Permalink
Add Fetch Metadata Request Headers position
Browse files Browse the repository at this point in the history
Closes #88.
  • Loading branch information
annevk committed Nov 19, 2019
1 parent f8afbb5 commit c2ec662
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,17 @@
"title": "Feature Policy",
"url": "https://wicg.github.io/feature-policy"
},
{
"ciuName": null,
"description": "This document defines a set of Fetch metadata request headers that aim to provide servers with enough information to make a priori decisions about whether or not to service a request based on the way it was made, and the context in which it will be used.",
"mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1508292",
"mozPosition": "worth prototyping",
"mozPositionDetail": "This gives servers useful context about requests that can be used to mitigate various security issues. There are some thorny issues around embed/object that made agreeing on a design more complicated than expected.",
"mozPositionIssue": 88,
"org": "W3C",
"title": "Fetch Metadata Request Headers",
"url": "https://github.com/w3c/webappsec-fetch-metadata"
},
{
"ciuName": null,
"description": "An extension of the ES6 Script Modules system to include HTML Modules. These will allow web developers to package and access declarative content from script in a way that allows for good componentization and reusability, and integrates well into the existing ES6 Modules infrastructure.",
Expand Down

0 comments on commit c2ec662

Please sign in to comment.