Skip to content
Snippets Groups Projects
Commit 0a5af0d0 authored by Bob Mottram's avatar Bob Mottram
Browse files

Remove content security policy for peertube

parent 4fcb68be
No related branches found
No related tags found
No related merge requests found
......@@ -408,6 +408,9 @@ function peertube_setup_web {
echo ' }' >> $peertube_nginx_file
echo '}' >> $peertube_nginx_file
# CSP currently causes an error
sed -i '/Content-Security-Policy/d' $peertube_nginx_file
function_check create_site_certificate
create_site_certificate $PEERTUBE_DOMAIN_NAME 'yes'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment