CSP: report upon attempting to consume a forbidden preloaded resource
https://bugs.webkit.org/show_bug.cgi?id=238019
Summary CSP: report upon attempting to consume a forbidden preloaded resource
Noam Rosenthal
Reported 2022-03-17 06:06:13 PDT
See https://github.com/whatwg/fetch/pull/1411 for spec and https://github.com/web-platform-tests/wpt/pull/33205 for failing test 1. Open a page with CSP forbidding images 2. Load an image with a <link rel=preload as=image /> 2. Consume the same image with <img /> The expected (newly spec'ed) behavior: - the forbidden attempt to request the image should be reported twice The actual result: - One report
Attachments
Radar WebKit Bug Importer
Comment 1 2022-03-22 08:49:38 PDT
Note You need to log in before you can comment on or make changes to this bug.