mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 15:32:38 -07:00
Require authentication for all endpoints except API
* And more minor UI changes
This commit is contained in:
parent
d8ad9adabd
commit
e99bc73e46
5 changed files with 147 additions and 22 deletions
|
@ -124,9 +124,6 @@ def initialize(options):
|
|||
},
|
||||
}
|
||||
|
||||
if options['http_password']:
|
||||
conf['/api'] = {'tools.auth.on': False}
|
||||
|
||||
# Prevent time-outs
|
||||
cherrypy.engine.timeout_monitor.unsubscribe()
|
||||
cherrypy.tree.mount(WebInterface(), options['http_root'], config=conf)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue