Fix : noAuth support for providers and adjusted MITM restart settings.

This commit is contained in:
decolua
2026-04-14 10:14:50 +07:00
parent 7959fd37ad
commit 6a6e2fcd77
9 changed files with 23 additions and 14 deletions
+1
View File
@@ -8,6 +8,7 @@ export class BaseExecutor {
constructor(provider, config) {
this.provider = provider;
this.config = config;
this.noAuth = config?.noAuth || false;
}
getProvider() {