File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -580,7 +580,7 @@ <h3 class="heading settled" data-level="3.1" id="settings-object"><span class="s
580
580
< p class ="note " role ="note "> Note: We use the origin of the URL here in order to allow sandboxed
581
581
context to remain secure (as sandboxing is a strict reduction in the
582
582
context’s capabilities, and therefore risk). This covers scenarios
583
- such as < code > & lt;iframe sandbox src="http://localhost/"&gt; </ code > .</ p >
583
+ such as < code > <iframe sandbox src="http://localhost/"> </ code > .</ p >
584
584
< li data-md ="">
585
585
< p > If the result of executing the < a href ="#is-origin-trustworthy "> §3.2 Is origin potentially trustworthy?</ a > algorithm
586
586
on < var > origin</ var > is < strong > not</ strong > < code > Potentially Trustworthy</ code > , then return "< code > Not Secure</ code > ".</ p >
Original file line number Diff line number Diff line change @@ -545,7 +545,7 @@ <h3 id="settings-object">
545
545
Note: We use the origin of the URL here in order to allow sandboxed
546
546
context to remain secure (as sandboxing is a strict reduction in the
547
547
context's capabilities, and therefore risk). This covers scenarios
548
- such as `< iframe sandbox src="http://localhost/"> `.
548
+ such as `< iframe sandbox src ="http://localhost/ "> `.
549
549
550
550
4. If the result of executing the [[#is-origin-trustworthy]] algorithm
551
551
on < var > origin</ var > is < strong > not</ strong > `Potentially
You can’t perform that action at this time.
0 commit comments