Bug 1490165 - WorkerPrivate must set the CSPEventListener at any CSP internal object, r=ckerschb

This commit is contained in:
Andrea Marchesini 2018-09-17 17:53:10 +02:00
Родитель 837724b74a
Коммит 37f2c6d44d
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -3450,6 +3450,10 @@ WorkerPrivate::EnsureCSPEventListener()
return false;
}
if (mLoadInfo.mCSP) {
mLoadInfo.mCSP->SetEventListener(mCSPEventListener);
}
return true;
}

Просмотреть файл

@ -1,8 +1,4 @@
[dedicated-script.html]
expected: ERROR
[`setTimeout([string\])` blocked in blob:]
expected: TIMEOUT
[Cross-origin `importScripts()` blocked in http:]
expected: FAIL