Try to fix pleroma mixed content warnings

This commit is contained in:
Bob Mottram 2018-03-14 12:31:06 +00:00
parent a501536da0
commit 1e90417964
1 changed files with 2 additions and 2 deletions

View File

@ -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;';