feat: implement validateProxyUrl validation

This commit is contained in:
divocat
2025-10-03 21:44:42 +03:00
parent 3f4a0cf094
commit eb52d52eb4
5 changed files with 63 additions and 31 deletions

View File

@@ -104,4 +104,4 @@ export const COMMAND_SCHEDULING = {
P8_PRIORITY: 1500, // Background execution
P9_PRIORITY: 1700, // Idle mode execution
P10_PRIORITY: 1900, // Lowest priority
};
} as const;