diff options
-rwxr-xr-x | run.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,8 @@ APP = Flask(__name__, static_url_path='') ABS_PATH = os.path.dirname(os.path.abspath(__file__)) CACHE_PATH = os.path.join(ABS_PATH, 'cache') -WHITELIST = ['www.ft.com', 'media.acast.com', 'next-media-api.ft.com'] +WHITELIST = ['www.ft.com', 'media.acast.com', 'next-media-api.ft.com', + 'ftalphaville.ft.com'] CONTENT = '/content/' @APP.route('/') |