From 23d5fb161cd25d236068e8da0fa3d5923545493a Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 3 Mar 2013 14:26:57 +0100 Subject: http auth for the api --- module/config/default.py | 1 - 1 file changed, 1 deletion(-) (limited to 'module/config') diff --git a/module/config/default.py b/module/config/default.py index 902d4a6ad..8515a8f33 100644 --- a/module/config/default.py +++ b/module/config/default.py @@ -12,7 +12,6 @@ def make_config(config): config.addConfigSection("remote", _("Remote"), _("Description"), _("Long description"), [ - ("nolocalauth", "bool", _("No authentication on local connections"), _("Tooltip"), True), ("activated", "bool", _("Activated"), _("Tooltip"), True), ("port", "int", _("Port"), _("Tooltip"), 7227), ("listenaddr", "ip", _("Adress"), _("Tooltip"), "0.0.0.0"), -- cgit v1.2.3