- Small update for CGI Security
- Various AI suggested fixes
- Fix to logging verbosity
- Fixes for Last-Modified headers
- Removed 2 unused node module deps
- Added pc-only user_config.json example
- Initial work updating catchall system to support CGI
- Reverted registration and home theme system due to problems
This commit is contained in:
zefie
2025-01-03 12:50:29 -05:00
parent 907cec23c2
commit 65521fcad6
45 changed files with 421 additions and 716 deletions

View File

@@ -1,15 +1,14 @@
{
"name": "zefie_wtvp_minisrv",
"version": "0.9.55",
"version": "0.9.56",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "zefie_wtvp_minisrv",
"version": "0.9.55",
"version": "0.9.56-pre",
"license": "GPL3",
"dependencies": {
"@mafintosh/vm2": "^3.9.2",
"adm-zip": "^0.5.12",
"crypto-js": "^4.2.0",
"easy-crc": "0.0.2",
@@ -25,7 +24,6 @@
"proxy-agent": "^6.4.0",
"rc4-crypto": "^1.5.0",
"sanitize-html": "^2.13.0",
"socks-proxy-agent": "^8.0.2",
"strftime": "^0.10.2",
"uuid": "^8.3.2"
},
@@ -138,18 +136,6 @@
"dev": true,
"license": "BSD-3-Clause"
},
"node_modules/@mafintosh/vm2": {
"version": "3.9.2",
"resolved": "https://registry.npmjs.org/@mafintosh/vm2/-/vm2-3.9.2.tgz",
"integrity": "sha512-lQS+7KT5H88iMmbz94X9L1B2lY3TTxRbh8etoAaYGfR1rGQLRr4TmejVzAXN65fJWJAHPRgVKHk/wD75XKsfOw==",
"license": "MIT",
"bin": {
"vm2": "bin/vm2"
},
"engines": {
"node": ">=6.0"
}
},
"node_modules/@nodelib/fs.scandir": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",