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

Remove content security policy for etherpad

parent 4b69175b
No related branches found
No related tags found
No related merge requests found
......@@ -589,6 +589,9 @@ function install_etherpad {
echo ' }';
echo '}'; } >> "$etherpad_nginx_site"
# remove content security policy which prevents teh pad from running
sed -i '/Content-Security-Policy/d' "$etherpad_nginx_site"
increment_app_install_progress
function_check create_site_certificate
......
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