Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add security chapter to 2022/zh-CN directory #3278

Merged
merged 16 commits into from
Nov 29, 2022
Merged
8 changes: 8 additions & 0 deletions src/config/2022.json
Original file line number Diff line number Diff line change
Expand Up @@ -1281,6 +1281,14 @@
],
"github":"yokoka"
},
"Levix":{
"name": "Zhiwei Li",
"teams":[
"translators"
],
"avatar_url": "65117011",
"github":"Levix"
},
Levix marked this conversation as resolved.
Show resolved Hide resolved
"luckybai": {
"name": "Zongchao Bai",
"teams": [
Expand Down
2 changes: 0 additions & 2 deletions src/content/en/2022/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ There are two different ways to set the time when a cookie is deleted: `Max-Age`

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`.


<figure>
<table>
<thead>
Expand Down Expand Up @@ -543,7 +542,6 @@ Subresource integrity is specified as a base64 string of a computed hash of one

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


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.

<figure>
Expand Down
Loading