Selaa lähdekoodia

http for onion

Bob Mottram 7 vuotta sitten
vanhempi
commit
9ad05b9515
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/freedombone-app-cryptpad

+ 1
- 1
src/freedombone-app-cryptpad Näytä tiedosto

@@ -469,7 +469,7 @@ function install_cryptpad {
469 469
     if [[ $ONION_ONLY == 'no' ]]; then
470 470
         sed -i "s|domain:.*|domain: 'https://$CRYPTPAD_DOMAIN_NAME',|g" config.js
471 471
     else
472
-        sed -i "s|domain:.*|domain: 'https://$CRYPTPAD_ONION_HOSTNAME',|g" config.js
472
+        sed -i "s|domain:.*|domain: 'http://$CRYPTPAD_ONION_HOSTNAME',|g" config.js
473 473
     fi
474 474
 
475 475
     chown -R cryptpad:cryptpad $CRYPTPAD_DIR