Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

Commit

Permalink
Allow rendering of pages using RequireJS
Browse files Browse the repository at this point in the history
  • Loading branch information
mcuelenaere authored and msokk committed Jun 3, 2017
1 parent 40f11fa commit a082fd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ exports.createWindow = function createWindow() {
blinkFeatures: 'OverlayScrollbars', // Slimmer scrollbars
allowDisplayingInsecureContent: true, // Show http content on https site
allowRunningInsecureContent: true, // Run JS, CSS from http urls
nodeIntegration: false, // Disable exposing of Node.js symbols to DOM
},
});

Expand Down

0 comments on commit a082fd6

Please sign in to comment.