Bug 245827
Summary: | FontFace load cancelled because Cross-Origin-Resource-Policy | ||
---|---|---|---|
Product: | WebKit | Reporter: | 709922234 |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | annevk, ap, cdumez, mmaxfield, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 86817 | ||
Bug Blocks: |
709922234
Added response headers in order to use `SharedArrayBuffer`:
Cross-Origin-Embedder-Policy: require-corp
Cross-Origin-Opener-Policy: same-origin
FontFace load cancelled:
Failed to load resource: Cancelled load to https://fonts.cdnfonts.com/s/7553/COMMP___.woff because it violates the resource's Cross-Origin-Resource-Policy response header.
FontFace should not apply CORP
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
FWIW, this font resource has `access-control-allow-origin: *`, and no cross-origin policy header fields.
Anne van Kesteren
It's fallout from bug 86817 as we don't use CORS to fetch fonts.
Radar WebKit Bug Importer
<rdar://problem/100848615>