From 27e8679cfce8cc912906efc7d4e1b8c5b36f8cd0 Mon Sep 17 00:00:00 2001 From: JackDandy Date: Sat, 7 Dec 2019 01:47:40 +0000 Subject: [PATCH] Fix using multiple hostnames with config General/Interface/"Allowed browser hostnames" Add config General/Interface/"Allow IP use for connections". The option is enabled by default and does not change existing behaviour to allow a browser to connect to an instance using server IP address. Change add WrongHostWebHandler to handle a bad hostname request with a 404 response. Fix Shazbat torrent provider backlog issue. --- CHANGES.md | 10 +++++++++- gui/slick/interfaces/default/config_general.tmpl | 10 ++++++++++ sickbeard/__init__.py | 5 ++++- sickbeard/helpers.py | 10 +++++++--- sickbeard/providers/shazbat.py | 4 ++-- sickbeard/webserve.py | 13 ++++++++++++- sickbeard/webserveInit.py | 4 ++++ 7 files changed, 48 insertions(+), 8 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2a90ead..1806374 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,12 @@ -### 0.20.11 (2019-11-30 02:45:00 UTC) +### 0.20.12 (2019-12-09 16:30:00 UTC) + +* Fix using multiple hostnames with config General/Interface/"Allowed browser hostnames" +* Add config General/Interface/"Allow IP use for connections" +* Change add WrongHostWebHandler to handle a bad hostname request with a 404 response +* Fix Shazbat torrent provider backlog issue + + +### 0.20.11 (2019-11-30 02:45:00 UTC) * Remove redundant tvdb_api v1 * Change update Emby api diff --git a/gui/slick/interfaces/default/config_general.tmpl b/gui/slick/interfaces/default/config_general.tmpl index 9de1797..26ebbc5 100644 --- a/gui/slick/interfaces/default/config_general.tmpl +++ b/gui/slick/interfaces/default/config_general.tmpl @@ -605,6 +605,16 @@
+ +
+ +