Coderabbit fixes:

- Mac
- Flask debug
- Threaded flask
- propagate token in GET requests
- enhance spec docs
- normalize MAC x2
- mcp disablement redundant private attribute
- run all tests imports
This commit is contained in:
Adam Outler
2026-01-19 00:03:27 +00:00
parent ecea1d1fbd
commit bb0c0e1c74
13 changed files with 326 additions and 55 deletions

View File

@@ -334,15 +334,6 @@ def importConfigs(pm, db, all_plugins):
"[]",
"General",
)
conf.FLASK_DEBUG = ccd(
"FLASK_DEBUG",
False,
c_d,
"Flask debug mode - SECURITY WARNING: Enabling enables interactive debugger with RCE risk. Configure via environment only, not exposed in UI.",
'{"dataType": "boolean","elements": []}',
"[]",
"system",
)
conf.VERSION = ccd(
"VERSION",
"",