diff --git a/files/routes/allroutes.py b/files/routes/allroutes.py index c25f1bb1e8..b1ec900df9 100644 --- a/files/routes/allroutes.py +++ b/files/routes/allroutes.py @@ -94,6 +94,9 @@ if IS_LOCALHOST: CSP["script-src-elem"] += " rdrama.net" CSP["img-src"] += " http:" +if SITE == 'watchpeopledie.tv': + CSP["media-src"] += " videos.watchpeopledie.tv" + CSP_str = '' for k, val in CSP.items():