secure-electron-template icon indicating copy to clipboard operation
secure-electron-template copied to clipboard

The best way to build Electron apps with security in mind.

Results 21 secure-electron-template issues
Sort by recently updated
recently updated
newest added

I came across [this issue](https://github.com/slackhq/csp-html-webpack-plugin/issues/82) just now which makes a good point about `nonce` reuse due to it being defined at build time. I also wonder if it wouldn't be...

blocked

Please provide the following information: **Operating system**: Windows 11 **Version of the template**: Based off of 9.x, I believe Has anyone gotten React Dev Tools to load in the packaged...

blocked

Sandbox will be a property on the BrowserWindow in the future (?) hopefully. When it _is_ in place, enhance the template to use it. Using sandbox will **force** ipc communication...

Please provide the following information: **Operating system**: Windows 10, 64-bit operating system **Version of the template**: "version": "1.7.0", latest version Please have a MVP (minimal viable product/example) that can reproduce...

As the title state, I have had this question for a long time and still haven't gotten a clear understanding of the "best practice" answer... is it ok to import...

Please provide the following information: **Operating system**: ubuntu 23 **Version of the template**: v22 **MVP**: simply by installing react-apexcharts and importing/using one of the charts in the renderer process **Error...

Hi Team First of all thanks to all of you for creating this template. I am facing 2 issues with this template. Below are the details. 1) I run **_npm...

just download template as zip file and perform followings steps ``` npm i npm run dist ``` **Operating system**: Linux notebook 5.19.0-41-generic #42~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Apr 18 17:40:00 UTC...

Please provide the following information: **Operating system**: Windows 10 **Version of the template**: 22.0.0 Below are the code for index.tsx _const container = document.getElementById("target")!; const root = createRoot(container); root.render( );_...

Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

dependencies