Bob Mottram 8 年前
父节点
当前提交
bd09d83b81
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-app-mailpile

+ 1
- 1
src/freedombone-app-mailpile 查看文件

@@ -401,7 +401,7 @@ function install_mailpile {
401 401
     disable_email_encryption_at_rest
402 402
 
403 403
     # if strict https is enforced then buttons don't work. This is probably a security bug
404
-    sed -i "s/Content-Security-Policy/d" $mailpile_nginx_site
404
+    sed -i "/Content-Security-Policy/d" $mailpile_nginx_site
405 405
 
406 406
     # link to the administrator's keyring
407 407
     if [ -d /var/www/$MAILPILE_DOMAIN_NAME/mail/.gnupg ]; then