diff --git a/src/freedombone-app-ghost b/src/freedombone-app-ghost index a43b0068..8d21910b 100755 --- a/src/freedombone-app-ghost +++ b/src/freedombone-app-ghost @@ -265,6 +265,9 @@ function ghost_create_config { echo " host: '127.0.0.1'," >> $ghost_config echo " port: '${GHOST_PORT}'" >> $ghost_config echo ' },' >> $ghost_config + echo ' privacy: {' >> $ghost_config + echo ' useTinfoil: true,' >> $ghost_config + echo ' },' >> $ghost_config echo ' logging: false' >> $ghost_config echo ' }' >> $ghost_config echo '};' >> $ghost_config