chore: add region to allowlist CLI

This commit is contained in:
Jared Dohrman
2026-04-19 15:49:57 +10:00
parent 6aeb8782d9
commit 5a4adadbbf
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -2002,6 +2002,7 @@ void MyMesh::runWebCommand(const char* command, char* reply, size_t reply_size)
bool allowed =
matches_exact("clock") ||
matches_exact("region default") ||
matches_exact("get mqtt.status") ||
matches_exact("get web.status") ||
matches_exact("get web.stats.status") ||
@@ -2076,6 +2077,7 @@ void MyMesh::runWebCommand(const char* command, char* reply, size_t reply_size)
matches_prefix("set repeat ") ||
matches_prefix("set flood.max ") ||
matches_prefix("set path.hash.mode ") ||
matches_prefix("region default ") ||
matches_prefix("time ") ||
matches_prefix("time.force ") ||
matches_prefix("set owner.info ");