Skip to content

Commit

Permalink
Mention 'fix' for Chrome's broken PDF loading
Browse files Browse the repository at this point in the history
Chromium team have disabled PDF partial loading entirely now due to issues it caused. This change obsoletes the previous issues and interaction with e.g. SameSite cookies as well as CORP.
  • Loading branch information
lol768 committed Jan 28, 2021
1 parent 01bf9f1 commit c59e5ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions http/headers/cross-origin-resource-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"version_added": "73",
"notes": [
"Until version 75, downloads for files with this header would fail in Chrome. See <a href='https://crbug.com/952834'>bug 952834</a>.",
"From version 80, linearized PDFs served inline with this header fail to render properly. See <a href='https://crbug.com/1074261'>bug 1074261</a>."
"From version 80 to 85, linearized PDFs served inline with this header fail to render properly. See <a href='https://crbug.com/1074261'>bug 1074261</a>. From version 86, partial PDF loading is disabled."
]
},
"chrome_android": {
"version_added": "73",
"notes": [
"Until version 75, downloads for files with this header would fail in Chrome. See <a href='https://crbug.com/952834'>bug 952834</a>.",
"From version 80, linearized PDFs served inline with this header fail to render properly. See <a href='https://crbug.com/1074261'>bug 1074261</a>."
"From version 80 to 85, linearized PDFs served inline with this header fail to render properly. See <a href='https://crbug.com/1074261'>bug 1074261</a>. From version 86, partial PDF loading is disabled."
]
},
"edge": {
Expand Down Expand Up @@ -62,7 +62,7 @@
"version_added": "73",
"notes": [
"Until version 75, downloads for files with this header would fail in WebView. See <a href='https://crbug.com/952834'>bug 952834</a>.",
"From version 80, linearized PDFs served inline with this header fail to render properly. See <a href='https://crbug.com/1074261'>bug 1074261</a>."
"From version 80 to 85, linearized PDFs served inline with this header fail to render properly. See <a href='https://crbug.com/1074261'>bug 1074261</a>. From version 86, partial PDF loading is disabled."
]
}
},
Expand Down

0 comments on commit c59e5ac

Please sign in to comment.