Skip to content

Commit 5c12cbb

Browse files
authored
Fix URL in report-uri request (#731)
The endpoint variable appears to be unused. Looking at the creation of the request, I think the intention was to use it in the URL. That's also what other browsers appear to be doing.
1 parent 7092cef commit 5c12cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1930,7 +1930,7 @@ Content-Type: application/reports+json
19301930
: <a for="request">method</a>
19311931
:: "`POST`"
19321932
: <a for="request">url</a>
1933-
:: |violation|'s <a for="violation">url</a>
1933+
:: |endpoint|
19341934
: <a for="request">origin</a>
19351935
:: |violation|'s <a for="violation">global object</a>'s <a>relevant settings
19361936
object</a>'s <a for="environment settings object">origin</a>

0 commit comments

Comments
 (0)