@@ -101,7 +101,6 @@ <h2>Introduction</h2>
101
101
< dt > data</ dt >
102
102
< dd > < pre class ="highlight ">
103
103
{
104
- "uri": "https://www.example.com/resource",
105
104
"referrer": "https://referrer.com/",
106
105
"sampling_fraction": 1.0,
107
106
"server_ip": "123.122.121.120",
@@ -889,12 +888,6 @@ <h2>Generate a network error report</h2>
889
888
following properties: [[ECMA-262]]
890
889
891
890
< dl >
892
- < dt > < code > uri</ code > </ dt >
893
- < dd >
894
- < var > request</ var > 's URL, with any < a > fragment</ a > component
895
- removed.
896
- </ dd >
897
-
898
891
< dt > < code > referrer</ code > </ dt >
899
892
< dd >
900
893
< var > request</ var > 's referrer, as determined by the < a > referrer
@@ -1007,6 +1000,8 @@ <h2>Generate a network error report</h2>
1007
1000
< dd > < var > policy</ var > 's < a > reporting group</ a > </ dd >
1008
1001
< dt > settings</ dt >
1009
1002
< dd > < var > request</ var > 's < a data-cite ="!HTML#environment-settings-object "> environment settings object</ a > </ dd >
1003
+ < dt > url</ dt >
1004
+ < dd > < var > request</ var > 's URL</ dd >
1010
1005
</ dl >
1011
1006
</ li >
1012
1007
</ ol >
@@ -1222,7 +1217,6 @@ <h2>Sample Network Error Reports</h2>
1222
1217
"type": "network-error",
1223
1218
"url": "https://www.example.com/",
1224
1219
"body": {
1225
- "uri": "https://www.example.com/",
1226
1220
"sampling_fraction": 0.5,
1227
1221
"referrer": "http://example.com/",
1228
1222
"server_ip": "123.122.121.120",
@@ -1253,7 +1247,6 @@ <h2>Sample Network Error Reports</h2>
1253
1247
"type": "network-error",
1254
1248
"url": "https://widget.com/thing.js",
1255
1249
"body": {
1256
- "uri": "https://widget.com/thing.js",
1257
1250
"sampling_fraction": 1.0,
1258
1251
"referrer": "https://www.example.com/",
1259
1252
"server_ip": "",
@@ -1311,7 +1304,6 @@ <h2>DNS misconfiguration</h2>
1311
1304
"type": "network-error",
1312
1305
"url": "https://new-subdomain.example.com/",
1313
1306
"body": {
1314
- "uri": "https://new-subdomain.example.com/",
1315
1307
"sampling_fraction": 1.0,
1316
1308
"server_ip": "",
1317
1309
"protocol": "http/1.1",
@@ -1380,7 +1372,6 @@ <h2>Origins with multiple IP addresses</h2>
1380
1372
"type": "network-error",
1381
1373
"url": "https://example.com/",
1382
1374
"body": {
1383
- "uri": "https://example.com/",
1384
1375
"sampling_fraction": 1.0,
1385
1376
"server_ip": "192.168.0.1",
1386
1377
"protocol": "http/1.1",
@@ -1410,7 +1401,6 @@ <h2>Origins with multiple IP addresses</h2>
1410
1401
"type": "network-error",
1411
1402
"url": "https://example.com/",
1412
1403
"body": {
1413
- "uri": "https://example.com/",
1414
1404
"sampling_fraction": 1.0,
1415
1405
"server_ip": "192.168.0.2",
1416
1406
"protocol": "http/1.1",
@@ -1444,7 +1434,6 @@ <h2>Origins with multiple IP addresses</h2>
1444
1434
"type": "network-error",
1445
1435
"url": "https://example.com/",
1446
1436
"body": {
1447
- "uri": "https://example.com/",
1448
1437
"sampling_fraction": 1.0,
1449
1438
"server_ip": "192.168.0.3",
1450
1439
"protocol": "http/1.1",
@@ -1475,7 +1464,6 @@ <h2>Origins with multiple IP addresses</h2>
1475
1464
"type": "network-error",
1476
1465
"url": "https://example.com/",
1477
1466
"body": {
1478
- "uri": "https://example.com/",
1479
1467
"sampling_fraction": 1.0,
1480
1468
"server_ip": "192.168.0.1",
1481
1469
"protocol": "http/1.1",
0 commit comments