From 6577bd22bbf57a75e4499cc98d62e83277d6c49f Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 28 Dec 2023 03:09:21 +0100 Subject: [PATCH] set "all_users" as the new [install.init_main_permission] --- manifest.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index e0688c9..3727c65 100644 --- a/manifest.toml +++ b/manifest.toml @@ -35,8 +35,9 @@ default = "/adguard" type = "path" [install.init_main_permission] -default = "visitors" +default = "all_users" type = "group" +help.en = "Even by restricting access to users only, the AdGuard Home API will be available (ex. for a mobile app use)." [install.admin] type = "user"