No s
This commit is contained in:
parent
17d14d7842
commit
bd09d83b81
|
@ -401,7 +401,7 @@ function install_mailpile {
|
||||||
disable_email_encryption_at_rest
|
disable_email_encryption_at_rest
|
||||||
|
|
||||||
# if strict https is enforced then buttons don't work. This is probably a security bug
|
# if strict https is enforced then buttons don't work. This is probably a security bug
|
||||||
sed -i "s/Content-Security-Policy/d" $mailpile_nginx_site
|
sed -i "/Content-Security-Policy/d" $mailpile_nginx_site
|
||||||
|
|
||||||
# link to the administrator's keyring
|
# link to the administrator's keyring
|
||||||
if [ -d /var/www/$MAILPILE_DOMAIN_NAME/mail/.gnupg ]; then
|
if [ -d /var/www/$MAILPILE_DOMAIN_NAME/mail/.gnupg ]; then
|
||||||
|
|
Loading…
Reference in New Issue