Skip to content

Commit ba2587b

Browse files
committed
Fix token security issue
1 parent 86cc8fc commit ba2587b

File tree

1 file changed

+54
-54
lines changed

1 file changed

+54
-54
lines changed

neutralino.config.json

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
11
{
2-
"applicationId": "com.ddfrontend.gomezmig03",
3-
"version": "1.0.0",
4-
"defaultMode": "window",
5-
"documentRoot": "/dist/",
6-
"port": 3021,
7-
"url": "/",
8-
"enableServer": true,
9-
"enableNativeAPI": true,
10-
"tokenSecurity": "none",
11-
"logging": {
12-
"enabled": false,
13-
"writeToLogFile": false
14-
},
15-
"nativeAllowList": [
16-
"filesystem.*",
17-
"window.focus",
18-
"app.exit",
19-
"os.*"
20-
],
21-
"globalVariables": {
22-
"TEST1": "Hello"
23-
},
24-
"modes": {
25-
"window": {
26-
"title": "DD Frontend",
27-
"width": 800,
28-
"height": 600,
29-
"minWidth": 800,
30-
"minHeight": 600,
31-
"fullScreen": false,
32-
"alwaysOnTop": false,
33-
"icon": "/public/neutralino.png",
34-
"enableInspector": false,
35-
"borderless": false,
36-
"maximize": false,
37-
"hidden": false,
38-
"resizable": false,
39-
"exitProcessOnClose": true
40-
}
41-
},
42-
"cli": {
43-
"binaryName": "ddfrontend",
44-
"resourcesPath": "/dist/",
45-
"extensionsPath": "/extensions/",
46-
"binaryVersion": "5.1.0",
47-
"clientVersion": "5.1.0",
48-
"frontendLibrary": {
49-
"patchFile": "./index.html",
50-
"projectPath": "./",
51-
"devUrl": "http://localhost:5173",
52-
"devCommand": "yarn vite-dev",
53-
"buildCommand": "yarn vite-build"
54-
}
55-
}
2+
"applicationId": "com.ddfrontend.gomezmig03",
3+
"version": "1.0.0",
4+
"defaultMode": "window",
5+
"documentRoot": "/dist/",
6+
"port": 3021,
7+
"url": "/",
8+
"enableServer": true,
9+
"enableNativeAPI": true,
10+
"tokenSecurity": "one-time",
11+
"logging": {
12+
"enabled": false,
13+
"writeToLogFile": false
14+
},
15+
"nativeAllowList": [
16+
"filesystem.*",
17+
"window.focus",
18+
"app.exit",
19+
"os.*"
20+
],
21+
"globalVariables": {
22+
"TEST1": "Hello"
23+
},
24+
"modes": {
25+
"window": {
26+
"title": "DD Frontend",
27+
"width": 800,
28+
"height": 600,
29+
"minWidth": 800,
30+
"minHeight": 600,
31+
"fullScreen": false,
32+
"alwaysOnTop": false,
33+
"icon": "/public/neutralino.png",
34+
"enableInspector": false,
35+
"borderless": false,
36+
"maximize": false,
37+
"hidden": false,
38+
"resizable": false,
39+
"exitProcessOnClose": true
40+
}
41+
},
42+
"cli": {
43+
"binaryName": "ddfrontend",
44+
"resourcesPath": "/dist/",
45+
"extensionsPath": "/extensions/",
46+
"binaryVersion": "5.3.0",
47+
"clientVersion": "5.1.0",
48+
"frontendLibrary": {
49+
"patchFile": "./index.html",
50+
"projectPath": "./",
51+
"devUrl": "http://localhost:5173",
52+
"devCommand": "yarn vite-dev",
53+
"buildCommand": "yarn vite-build"
54+
}
55+
}
5656
}

0 commit comments

Comments
 (0)