Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.
This repository was archived by the owner on May 24, 2022. It is now read-only.

Turn off dev tool in production #534

@Tbaut

Description

@Tbaut

The developer tools are available within the production builds, tested with the
GitHub-released build v0.3.1-beta , as well as current master HEAD commit. This appears to
be caused by the devTools: true flag within the app options, visible in Figure 2.1.

const SECURITY_OPTIONS = {
...
webPreferences : {
/**
* Potential security risk options set explicitly even when default is favourable.
* Reference: https://electronjs.org/docs/tutorial/security
*/
devTools : true ,
...

in packages/fether-electron/src/main/app/options/config/index.js

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions