File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1526,13 +1526,12 @@ an [=empty host=], and a [=url/path=] consisting of one element itself also a [=
15261526
15271527<div algorithm="obtainBlobObject">
15281528To <dfn export id=blob-url-obtain-object>obtain a blob object</dfn> given a [=blob URL entry=]
1529- |blobUrlEntry| and an [=environment settings object=] , the string "`navigation`", or the string
1530- "`top-level-self-fetch`" |environment|, perform the following steps. They return an [=blob URL entry/object=] .
1529+ |blobUrlEntry| and an [=environment settings object=] , "`navigation`", or "`top-level-self-fetch`"
1530+ |environment|, perform the following steps. They return an [=blob URL entry/object=] .
15311531
153215321. Let |isAuthorized| be true.
1533- 1. If |environment| is not the string "`navigation`" and not the string "`top-level-self-fetch`",
1534- then set |isAuthorized| to the result of [=checking for same-partition blob URL usage=] with
1535- |blobUrlEntry| and |environment|.
1533+ 1. If |environment| is an [=environment settings object=] , then set |isAuthorized| to the result of
1534+ [=checking for same-partition blob URL usage=] with |blobUrlEntry| and |environment|.
153615351. If |isAuthorized| is false, then return failure.
153715361. Return |blobUrlEntry|'s [=blob URL entry/object=] .
15381537
You can’t perform that action at this time.
0 commit comments