From 1e904179647bcee20fbe1174c5f03c836c1a9bfc Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 14 Mar 2018 12:31:06 +0000 Subject: [PATCH] Try to fix pleroma mixed content warnings --- src/freedombone-app-pleroma | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freedombone-app-pleroma b/src/freedombone-app-pleroma index f808eef8..79dbd77a 100755 --- a/src/freedombone-app-pleroma +++ b/src/freedombone-app-pleroma @@ -47,7 +47,7 @@ PLEROMA_CODE= PLEROMA_PORT=4000 PLEROMA_ONION_PORT=8011 PLEROMA_REPO="https://git.pleroma.social/pleroma/pleroma.git" -PLEROMA_COMMIT='312a8783f8dbf563ea9d5af3cc7991ca553dc286' +PLEROMA_COMMIT='59a76ea464998476f8c4814324647f4ae4a7f2cb' PLEROMA_ADMIN_PASSWORD= PLEROMA_DIR=/etc/pleroma PLEROMA_SECRET_KEY="" @@ -1019,7 +1019,7 @@ function install_pleroma { function_check nginx_security_options nginx_security_options "$PLEROMA_DOMAIN_NAME" - { echo ' add_header Strict-Transport-Security max-age=15768000;'; + { echo ' add_header Strict-Transport-Security max-age=0;'; echo ''; echo ' # Logs'; echo ' access_log /dev/null;';