Skip to content

Commit b135a2b

Browse files
committed
Merge branch 'main' of github.com:HTTPArchive/almanac.httparchive.org into production
2 parents 5e6e457 + 9c483c6 commit b135a2b

6 files changed

Lines changed: 1321 additions & 30 deletions

File tree

src/config/2022.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,6 +1281,14 @@
12811281
],
12821282
"github":"yokoka"
12831283
},
1284+
"Levix":{
1285+
"name": "Zhiwei Li",
1286+
"teams":[
1287+
"translators"
1288+
],
1289+
"avatar_url": "65117011",
1290+
"github":"Levix"
1291+
},
12841292
"luckybai": {
12851293
"name": "Zongchao Bai",
12861294
"teams": [

src/config/last_updated.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -675,8 +675,8 @@
675675
},
676676
"en/2022/chapters/security.html": {
677677
"date_published": "2022-09-26T00:00:00.000Z",
678-
"date_modified": "2022-11-23T00:00:00.000Z",
679-
"hash": "dae6575ed88077a63b343f353db4dc70"
678+
"date_modified": "2022-11-29T00:00:00.000Z",
679+
"hash": "9a8d11e064042ee55bc0e0e32a75e2f7"
680680
},
681681
"en/2022/chapters/seo.html": {
682682
"date_published": "2022-09-26T00:00:00.000Z",
@@ -2193,6 +2193,11 @@
21932193
"date_modified": "2022-10-03T00:00:00.000Z",
21942194
"hash": "ad347648874649895636bc93087ddcf0"
21952195
},
2196+
"zh-CN/2022/chapters/security.html": {
2197+
"date_published": "2022-11-29T00:00:00.000Z",
2198+
"date_modified": "2022-11-29T00:00:00.000Z",
2199+
"hash": "64091e6b4381ff09fc82739527d77424"
2200+
},
21962201
"zh-CN/2022/chapters/webassembly.html": {
21972202
"date_published": "2022-11-07T00:00:00.000Z",
21982203
"date_modified": "2022-11-07T00:00:00.000Z",

src/content/en/2022/security.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ There are two different ways to set the time when a cookie is deleted: `Max-Age`
256256

257257
Unlike last year, where we saw that the median for `Max-Age` was 365 days but the median for `Expires` was 180 days, this year it's around 365 days for both. Hence the median for real maximum age has gone up from 180 days to 365 days this year. Even though the `Max-Age` is 729 days and `Expires` is 730 days in the 90th percentile, Chrome has been planning to put a <a hreflang="en" href="https://chromestatus.com/feature/4887741241229312">cap of 400 days</a> for both `Max-Age` and `Expires`.
258258

259-
260259
<figure>
261260
<table>
262261
<thead>
@@ -543,7 +542,6 @@ Subresource integrity is specified as a base64 string of a computed hash of one
543542

544543
Consistent with last year's report, SHA384 continues to demonstrate the majority of SRI hash types observed between all available hash functions.
545544

546-
547545
CDNs are no strangers to Subresource Integrity and provide secure defaults to their consumers by including a Subresource Integrity value as part of their URL references for content to be served on the page.
548546

549547
<figure>
@@ -1262,7 +1260,7 @@ This particular well-known URI determines the reliability of a website's HTTP re
12621260
{{ figure_markup(
12631261
image="detecting-status-code-reliability.png",
12641262
caption="Statuses of the resource-that-should-not-exist-whose-status-code-should-not-be-200 endpoint.",
1265-
description="Bar chart showing response status returned by `resource-that-should-not-exist-whose-status-code-should-not-be-200` endpoint. Among websites on desktop, 10% return 200, 84% return not-ok status and 6% return 201-299 status codes. Among websites on desktop, 9% return 200, 84% return not-ok status and 7% return 201-299 status codes.",
1263+
description="Bar chart showing response status returned by `resource-that-should-not-exist-whose-status-code-should-not-be-200` endpoint. Among websites on desktop, 10% return 200, 84% return not-ok status and 6% return 201-299 status codes. Among websites on mobile, 9% return 200, 84% return not-ok status and 7% return 201-299 status codes.",
12661264
chart_url="https://docs.google.com/spreadsheets/d/e/2PACX-1vSPHK3G2Ir-ys_oTrrhugqxV0aOSj3y5d1lANQ54GdaQtIHrzXIjQQGEpIdT_mQvxTrMtpd0Hn30zhF/pubchart?oid=1477977449&format=interactive",
12671265
sheets_gid="1163882629",
12681266
sql_file="well-known_resource-not-be-200.sql"

0 commit comments

Comments
 (0)