Ver código fonte

Enable ghost privacy option

It's a pity this isn't the default
Bob Mottram 8 anos atrás
pai
commit
8dacd26f16
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3
    0
      src/freedombone-app-ghost

+ 3
- 0
src/freedombone-app-ghost Ver arquivo

265
     echo "            host: '127.0.0.1'," >> $ghost_config
265
     echo "            host: '127.0.0.1'," >> $ghost_config
266
     echo "            port: '${GHOST_PORT}'" >> $ghost_config
266
     echo "            port: '${GHOST_PORT}'" >> $ghost_config
267
     echo '        },' >> $ghost_config
267
     echo '        },' >> $ghost_config
268
+    echo '        privacy: {' >> $ghost_config
269
+    echo '            useTinfoil: true,' >> $ghost_config
270
+    echo '        },' >> $ghost_config
268
     echo '        logging: false' >> $ghost_config
271
     echo '        logging: false' >> $ghost_config
269
     echo '    }' >> $ghost_config
272
     echo '    }' >> $ghost_config
270
     echo '};' >> $ghost_config
273
     echo '};' >> $ghost_config