Skip to content

Commit dacd09f

Browse files
committed
Issue w3c#1.
1 parent ce8b4ea commit dacd09f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

index.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,8 @@ in question. A few cases are well worth considering:
276276
this subresource, or open it in a window they might retain access to. `Content-Disposition`
277277
prevents some browsers from commiting this file as a document at all, prompting instead for
278278
permission to download the contents.
279+
280+
ISSUE(mikewest/post-spectre-webdev#1): Does `Content-Disposition` make any sense?
279281

280282
For example, examine the headers returned when requesting endpoints like the following:
281283

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1486,7 +1486,7 @@
14861486
</style>
14871487
<meta content="Bikeshed version c5172e83, updated Fri Nov 20 15:35:20 2020 -0800" name="generator">
14881488
<link href="https://mikewest.github.io/post-spectre-webdev/" rel="canonical">
1489-
<meta content="3d135afb6a42b166bd61ec8293702b1b8fee38f7" name="document-revision">
1489+
<meta content="ce8b4ea16297e163777fa8761db9494f4ffdba7f" name="document-revision">
14901490
<style>/* style-autolinks */
14911491

14921492
.css.css, .property.property, .descriptor.descriptor {
@@ -2230,6 +2230,7 @@ <h4 class="heading settled" data-level="2.1.2" id="dynamic-subresources"><span c
22302230
prevent attackers from loading this as a <code>no-cors</code> subresource in a cross-origin document. <code>X-Frame-Options</code> and <code>Cross-Origin-Opener-Policy</code> further restrict attackers' ability to frame
22312231
this subresource, or open it in a window they might retain access to. <code>Content-Disposition</code> prevents some browsers from commiting this file as a document at all, prompting instead for
22322232
permission to download the contents.</p>
2233+
<p class="issue" id="issue-830682a1"><a class="self-link" href="#issue-830682a1"></a> Does <code>Content-Disposition</code> make any sense? <a href="https://github.com/mikewest/post-spectre-webdev/issues/1">&lt;https://github.com/mikewest/post-spectre-webdev/issues/1></a></p>
22332234
<p>For example, examine the headers returned when requesting endpoints like the following:</p>
22342235
<ul>
22352236
<li data-md>
@@ -2630,6 +2631,7 @@ <h2 class="no-num no-ref heading settled" id="issues-index"><span class="content
26302631
<div class="issue"> Propose this to WebAppSec.<a href="#issue-bdf75540"></a></div>
26312632
<div class="issue"> <a data-link-type="biblio" href="#biblio-coi-threat-model">[COI-THREAT-MODEL]</a> spells out more implications. Bring them in here for more nuance.<a href="#issue-340f57a5"></a></div>
26322633
<div class="issue"> Actually describe mitigations, swiping liberally from <a href="https://docs.google.com/document/d/1JBUaX1xSOZRxBk5bRNZWgnzyJoCQC52TIRokACBSmGc/edit?resourcekey=0-cZ7da6v52enjwRSsp_tLyQ">Notes on the threat model of _cross-origin isolation_</a>, <a href="https://docs.google.com/document/d/1zDlfvfTJ_9e8Jdc8ehuV4zMEu9ySMCiTGMS9y0GU92k/edit">Safely reviving shared memory</a>, etc.<a href="#issue-32803971"></a></div>
2634+
<div class="issue"> Does <code>Content-Disposition</code> make any sense? <a href="https://github.com/mikewest/post-spectre-webdev/issues/1">&lt;https://github.com/mikewest/post-spectre-webdev/issues/1></a><a href="#issue-830682a1"></a></div>
26332635
<div class="issue"> Find some links.<a href="#issue-94179e25"></a></div>
26342636
<div class="issue"> Find some links.<a href="#issue-94179e25①"></a></div>
26352637
<div class="issue"> Find some links.<a href="#issue-94179e25②"></a></div>

0 commit comments

Comments
 (0)