mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 999585 - wantExportHelpers for all content-script. r=Mossop
This commit is contained in:
parent
c1bccd61a3
commit
3d889273a4
@ -143,7 +143,7 @@ const WorkerSandbox = Class({
|
|||||||
sandboxPrototype: proto,
|
sandboxPrototype: proto,
|
||||||
wantXrays: true,
|
wantXrays: true,
|
||||||
wantGlobalProperties: wantGlobalProperties,
|
wantGlobalProperties: wantGlobalProperties,
|
||||||
wantExportHelpers: !waiveSecurityMembrane,
|
wantExportHelpers: true,
|
||||||
sameZoneAs: window,
|
sameZoneAs: window,
|
||||||
metadata: {
|
metadata: {
|
||||||
SDKContentScript: true,
|
SDKContentScript: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user