Skip to content

Commit 2beed50

Browse files
committed
Adding app flag to enable accessing to <object> contentDocument
1 parent fa2b318 commit 2beed50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const path = require("path");
88
app.commandLine.appendSwitch("allow-file-access-from-files");
99
app.commandLine.appendSwitch("allow-file-access");
1010
app.commandLine.appendSwitch("disable-smooth-scrolling");
11+
app.commandLine.appendSwitch("disable-site-isolation-trials");
1112

1213
// Disable hardware acceleration by default for Linux
1314
// TODO: implement a setting for this one and requires a restart after changing that value

0 commit comments

Comments
 (0)