-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathwebswing.config
74 lines (74 loc) · 1.84 KB
/
webswing.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"/" : {
"path" : "/",
"security" : {
"module" : "EMBEDED",
"config" : {
"users" : []
},
"classPath" : [ ]
},
"icon" : null,
"webFolder" : null,
"langFolder" : "${webswing.rootDir}/lang",
"homeDir" : "${user.dir}",
"swingConfig" : null
},
"/zap" : {
"path" : "/zap",
"homeDir" : "/zap",
"webFolder" : "",
"icon" : "icon.png",
"security" : {
"module" : "NONE",
"config" : null,
"classPath" : [ ],
"authorizationConfig" : {
"users" : [ ],
"roles" : [ ]
}
},
"swingConfig" : {
"allowUpload" : true,
"allowDownload" : true,
"isolatedFs" : false,
"autoLogout" : true,
"name" : "OWASP ZAP",
"theme" : "Murrine",
"directdraw" : false,
"javaFx" : true,
"debug" : false,
"userDir" : "",
"jreExecutable" : "${java.home}/bin/java",
"javaVersion" : "${java.version}",
"vmArgs" : null,
"launcherType" : "Desktop",
"launcherConfig" : {
"args" : "-host 0.0.0.0 -port 8090",
"mainClass" : "org.zaproxy.zap.ZAP"
},
"maxClients" : 1,
"sessionMode" : "CONTINUE_FOR_BROWSER",
"swingSessionTimeout" : -1,
"allowStealSession" : true,
"allowDelete" : true,
"allowAutoDownload" : true,
"uploadMaxSize" : 5,
"allowJsLink" : true,
"fontConfig" : { },
"classPathEntries" : [ "zap-*.jar" ],
"allowedCorsOrigins" : [ ],
"transferDir" : "${user}/upload",
"goodbyeUrl" : "",
"transparentFileSave" : true,
"clearTransferDir" : true,
"transparentFileOpen" : true,
"timeoutIfInactive" : false,
"monitorEdtEnabled" : false,
"allowLocalClipboard" : true,
"allowServerPrinting" : false
},
"enabled" : true,
"langFolder" : ""
}
}