blob: 0ca526b02811c486cc524c3baeca6d8b3e7a2739 [file] [log] [blame]
This test loads a worker, which is delivered with its own policy. The worker should be blocked from making an XHR as that policy specifies a connect-src 'none', though this resource's policy is connect-src *. No report should be sent since the worker's policy doesn't specify a report-uri.
PASS Expecting logs: ["xhr blocked","TEST COMPLETE"]