Sfoglia il codice sorgente

Enable ghost privacy option

It's a pity this isn't the default
Bob Mottram 8 anni fa
parent
commit
8dacd26f16
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3
    0
      src/freedombone-app-ghost

+ 3
- 0
src/freedombone-app-ghost Vedi File

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