Remove unused isValidHttpUrl function and related tests

Remove commented-out model validation regex from constants
```
This commit is contained in:
2026-05-07 00:02:32 +02:00
parent cec8302dbe
commit 75fa07f148
4 changed files with 124 additions and 168 deletions
-2
View File
@@ -7,5 +7,3 @@ export const DEFAULT_SETTINGS = {
maxMessageHistory: 50,
lastIndexTime: 0,
};
// Model validation regex - lowercase letters, numbers, dashes, underscores only