diff --git a/headphones/webstart.py b/headphones/webstart.py index a19a8b3e..b67c801f 100644 --- a/headphones/webstart.py +++ b/headphones/webstart.py @@ -74,6 +74,7 @@ def initialize(options={}): 'tools.auth_basic.checkpassword': cherrypy.lib.auth_basic.checkpassword_dict( {options['http_username']:options['http_password']}) }) + conf['/api'] = { 'tools.auth_basic.on': False } # Prevent time-outs