mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Set correct policy-container for worker construction (#36603)
This makes sure that when workers are created, their global scope has the correct policy-container set so that we can do CSP-checks. Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
This commit is contained in:
parent
d724c8e9e3
commit
9a14ad8535
25 changed files with 67 additions and 136 deletions
|
@ -1,3 +0,0 @@
|
|||
[worker-eval-blocked.sub.html]
|
||||
[Expecting logs: ["eval blocked"\]]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[worker-function-function-blocked.sub.html]
|
||||
[Expecting logs: ["Function() function blocked"\]]
|
||||
expected: FAIL
|
|
@ -1,6 +1,3 @@
|
|||
[worker-importscripts.sub.html]
|
||||
[Dedicated worker delivers its own CSP]
|
||||
expected: FAIL
|
||||
|
||||
[Shared worker delivers its own CSP]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
[worker-set-timeout.sub.html]
|
||||
[Dedicated worker delivers its own CSP]
|
||||
expected: FAIL
|
||||
|
||||
[Shared worker delivers its own CSP]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue