Revert to grantUniveralAccess

This commit is contained in:
Viktor Szépe 2024-05-08 17:56:21 +00:00
parent c501c44312
commit 1f802a339c

View file

@ -515,7 +515,7 @@ class FrameSession {
// Note: frames might be removed before we send these. // Note: frames might be removed before we send these.
this._client._sendMayFail('Page.createIsolatedWorld', { this._client._sendMayFail('Page.createIsolatedWorld', {
frameId: frame._id, frameId: frame._id,
grantUniversalAccess: true, grantUniveralAccess: true,
worldName: UTILITY_WORLD_NAME, worldName: UTILITY_WORLD_NAME,
}); });
for (const binding of this._crPage._browserContext._pageBindings.values()) for (const binding of this._crPage._browserContext._pageBindings.values())