|
1486 | 1486 | </style>
|
1487 | 1487 | <meta content="Bikeshed version c5172e83, updated Fri Nov 20 15:35:20 2020 -0800" name="generator">
|
1488 | 1488 | <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"> |
1490 | 1490 | <style>/* style-autolinks */
|
1491 | 1491 |
|
1492 | 1492 | .css.css, .property.property, .descriptor.descriptor {
|
@@ -2230,6 +2230,7 @@ <h4 class="heading settled" data-level="2.1.2" id="dynamic-subresources"><span c
|
2230 | 2230 | 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
|
2231 | 2231 | 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
|
2232 | 2232 | 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"><https://github.com/mikewest/post-spectre-webdev/issues/1></a></p> |
2233 | 2234 | <p>For example, examine the headers returned when requesting endpoints like the following:</p>
|
2234 | 2235 | <ul>
|
2235 | 2236 | <li data-md>
|
@@ -2630,6 +2631,7 @@ <h2 class="no-num no-ref heading settled" id="issues-index"><span class="content
|
2630 | 2631 | <div class="issue"> Propose this to WebAppSec.<a href="#issue-bdf75540"> ↵ </a></div>
|
2631 | 2632 | <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>
|
2632 | 2633 | <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"><https://github.com/mikewest/post-spectre-webdev/issues/1></a><a href="#issue-830682a1"> ↵ </a></div> |
2633 | 2635 | <div class="issue"> Find some links.<a href="#issue-94179e25"> ↵ </a></div>
|
2634 | 2636 | <div class="issue"> Find some links.<a href="#issue-94179e25①"> ↵ </a></div>
|
2635 | 2637 | <div class="issue"> Find some links.<a href="#issue-94179e25②"> ↵ </a></div>
|
|
0 commit comments