mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Workers created from Blobs inherit their CSP. Now we inherit the CSP and set the correct base API url. The base API url should be used when determining the report-uri endpoint. Otherwise, the blob URL would be used as a base, which is invalid and the report wouldn't be sent. Also create a helper method to concatenate two optionals of CSPList, which was used in several places. Part of #4577 Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
12 lines
380 B
INI
Vendored
12 lines
380 B
INI
Vendored
[shared-worker-from-blob-url.window.html]
|
|
[Creating a shared worker from a blob URL works.]
|
|
expected: FAIL
|
|
|
|
[Creating a shared worker from a blob URL works immediately before revoking.]
|
|
expected: FAIL
|
|
|
|
[Connecting to a shared worker on a revoked blob URL works.]
|
|
expected: FAIL
|
|
|
|
[Blob URLs should not resolve relative to document base URL.]
|
|
expected: FAIL
|