fix videos on wpd

pull/83/head
Aevann 2022-12-28 16:34:01 +02:00
parent c326c999f2
commit d932c07b3d
1 changed files with 3 additions and 0 deletions

View File

@ -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():