fixed memory leak and high cpu pike

This commit is contained in:
Ren Amamiya
2023-03-27 20:28:26 +07:00
parent eb440eda1b
commit 38033fcd57
24 changed files with 168 additions and 361 deletions

View File

@@ -14,15 +14,13 @@
"allowlist": {
"all": false,
"app": {
"all": true,
"hide": false,
"show": false
"all": false
},
"os": {
"all": true
},
"http": {
"all": true,
"all": false,
"request": true,
"scope": ["https://rbr.bio/*", "https://metadata.uselume.xyz/*"]
},
@@ -31,12 +29,12 @@
"open": true
},
"clipboard": {
"all": true,
"all": false,
"writeText": true,
"readText": true
},
"notification": {
"all": true
"all": false
},
"window": {
"startDragging": true,