Skip to content

Commit e610888

Browse files
committed
Remove referer thing for now
1 parent cdbbf63 commit e610888

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

css-values-4/Overview.bs

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,27 +1006,18 @@ URL processing model</h4>
10061006

10071007
3. Let |documentBase| be |environmentSettings|'s [=API base URL=].
10081008

1009-
4. Let |base| be |sheet|'s <a spec=cssom>stylesheet base URL</a>. [[CSSOM]]
1009+
4. Let |handleResourceFetchDone| be to do nothing.
10101010

1011-
5. Let |referrer| be |documentBase|.
1012-
1013-
6. Let |handleResourceFetchDone| be to do nothing.
1014-
1015-
7. If |base| is null, set |base| to |documentBase|.
1016-
1017-
8. Let |parsedUrl| be the result of the [=URL parser=] steps with |url| and |base|.
1011+
5. Let |parsedUrl| be the result of the [=URL parser=] steps with |url| and |base|.
10181012
If the algorithm returns an error, return.
10191013

1020-
9. If |corsMode| is "cors", set |referrer| to |sheet|'s
1021-
<a spec=cssom>location</a>. [[CSSOM]]
1022-
1023-
10. Let |req| be a new [=/request=] whose [=request/url=] is |parsedUrl|, whose
1014+
6. Let |req| be a new [=/request=] whose [=request/url=] is |parsedUrl|, whose
10241015
[=request/destination=] is |destination|, [=request/mode=] is |corsMode|,
10251016
[=request/origin=] is |environmentSettings|'s [=environment settings object/origin=],
10261017
[=request/credentials mode=] is "same-origin", [=request/use-url-credentials flag=] is
1027-
set, and whose [=request/referrer=] is |referrer|.
1018+
set, and whose [=request/referrer=] is |documentBase|.
10281019

1029-
11. [=/Fetch=] |req|, with |taskDestination| set to |global|, and |processResponseEndOfBody|
1020+
7. [=/Fetch=] |req|, with |taskDestination| set to |global|, and |processResponseEndOfBody|
10301021
set to the following steps given [=/response=] |res| and Null, failure or byte stream
10311022
|byteStream|:
10321023
1. If |sheet|'s <a spec=cssom>origin-clean flag</a> is set,

0 commit comments

Comments
 (0)