Przeglądaj źródła

Enable ghost privacy option

It's a pity this isn't the default
Bob Mottram 8 lat temu
rodzic
commit
8dacd26f16
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3
    0
      src/freedombone-app-ghost

+ 3
- 0
src/freedombone-app-ghost Wyświetl plik

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