Code Monkey home page Code Monkey logo

Comments (5)

glebpigulevsky avatar glebpigulevsky commented on June 25, 2024 1

@gauravjoshi1998 starting the version 12 of electron you must to pass the following props webPreferences: { nodeIntegration: true, contextIsolation: false, } when you create instance of BrowserWindow

from electronshoppinglist.

Yasirunet avatar Yasirunet commented on June 25, 2024

Thank for the note @forcetrekker !!

from electronshoppinglist.

day2daychallenge avatar day2daychallenge commented on June 25, 2024

Hi guys, based on https://www.electronjs.org/docs/tutorial/security It is not appropriate to use the above solution, so is there any other alternative solution?

from electronshoppinglist.

gauravjoshi1998 avatar gauravjoshi1998 commented on June 25, 2024

Hi, facing the same issue: Uncaught ReferenceError: require is not defined
Added the require.js file: https://requirejs.org/docs/release/2.3.6/minified/require.js in the main project directory and referenced it in addWindow.html as such:

<script data-main="scripts/main" src="require.js"></script>

Still issue not resolved.
Any help will be appreciated, thanks!

from electronshoppinglist.

El-Wumbus avatar El-Wumbus commented on June 25, 2024

Hi guys, based on https://www.electronjs.org/docs/tutorial/security It is not appropriate to use the above solution, so is there any other alternative solution?

With my current understanding of the security documentation, the security issues arise when using content from external sources as mentioned here https://www.electronjs.org/docs/tutorial/security, "A security issue exists whenever you receive code from an untrusted source (e.g. a remote server)". So in this use case, this isn't causing security issues as log as we don't use any untrusted external sources.

from electronshoppinglist.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.