Skip to content

Commit

Permalink
Add Import Maps (worth prototyping)
Browse files Browse the repository at this point in the history
  • Loading branch information
codehag authored Nov 2, 2020
1 parent c2207a1 commit 3e359a0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,18 @@
"title": "Import Assertions",
"url": "https://tc39.es/proposal-import-assertions/"
},
{
"ciuName": null,
"description": "Import maps allow web pages to control the behavior of JavaScript imports.",
"id": "import-maps",
"mozBugUrl": null,
"mozPosition": "worth prototyping",
"mozPositionDetail": "We support the overall intent of the proposal and consider it worth prototyping. There are a few technical details that may require some care, in particular the relationship between speculative parsing and dynamic import maps.",
"mozPositionIssue": 146,
"org": "Proposal",
"title": "Import Maps",
"url": "https://wicg.github.io/import-maps/"
},
{
"ciuName": null,
"description": "This document proposes a few changes to cookies inspired by the properties of the HTTP State Tokens mechanism. First, cookies should be treated as \"SameSite=Lax\" by default. Second, cookies that explicitly assert \"SameSite=None\" in order to enable cross-site delivery should also be marked as \"Secure\". Third, same-site should take the scheme of the sites into account. Fourth, cookies should respect schemes. Fifth, cookies associated with non-secure schemes should be removed at the end of a user's session. Sixth, the definition of a session should be tightened.",
Expand Down

0 comments on commit 3e359a0

Please sign in to comment.