@@ -1762,8 +1762,7 @@ the empty string,
1762
1762
the time being as other specifications do not require it to be. It is primarily a specification
1763
1763
device to assist defining CSP and Mixed Content. It is not exposed to JavaScript. [[!CSP]] [[!MIX]]
1764
1764
1765
- <p> A <a for=/>request</a> has an associated
1766
- <dfn export for=request id=concept-request-destination>destination</dfn> , which is
1765
+ <p> A <dfn export>destination type</dfn> is one of:
1767
1766
the empty string,
1768
1767
"<code> audio</code> ",
1769
1768
"<code> audioworklet</code> ",
@@ -1786,7 +1785,11 @@ the empty string,
1786
1785
"<code> video</code> ",
1787
1786
"<code> webidentity</code> ",
1788
1787
"<code> worker</code> ", or
1789
- "<code> xslt</code> ". Unless stated otherwise it is the empty string.
1788
+ "<code> xslt</code> ".
1789
+
1790
+ <p> A <a for=/>request</a> has an associated
1791
+ <dfn export for=request id=concept-request-destination>destination</dfn> , which is
1792
+ <a>destination type</a> . Unless stated otherwise it is the empty string.
1790
1793
1791
1794
<p class=note> These are reflected on {{RequestDestination}} except for "<code> serviceworker</code> "
1792
1795
and "<code> webidentity</code> " as fetches with those destinations skip service workers.
@@ -4533,8 +4536,9 @@ steps:
4533
4536
<li><p> <a>Upgrade a mixed content <var>request</var> to a potentially trustworthy URL, if appropriate</a> .
4534
4537
4535
4538
<li><p> If <a lt="block bad port">should <var>request</var> be blocked due to a bad port</a> ,
4536
- <a lt="should fetching request be blocked as mixed content?">should fetching <var>request</var> be blocked as mixed content</a> , or
4537
- <a lt="should request be blocked by Content Security Policy?">should <var>request</var> be blocked by Content Security Policy</a>
4539
+ <a lt="should fetching request be blocked as mixed content?">should fetching <var>request</var> be blocked as mixed content</a> ,
4540
+ <a lt="should request be blocked by Content Security Policy?">should <var>request</var> be blocked by Content Security Policy</a> , or
4541
+ <a lt="should request be blocked by Integrity Policy">should <var>request</var> be blocked by Integrity Policy Policy</a>
4538
4542
returns <b> blocked</b> , then set <var> response</var> to a <a>network error</a> .
4539
4543
4540
4544
<li><p> If <var> request</var> 's <a for=request>referrer policy</a> is the empty string, then set
0 commit comments