diff --git a/i2p2www/pages/downloads/firefox.html b/i2p2www/pages/downloads/firefox.html index 0757c00be4ef763bcea201853398e9c88c2d8da1..f45ba52a26bdd79c7cb7ed70b7f174b9f6cb6edf 100644 --- a/i2p2www/pages/downloads/firefox.html +++ b/i2p2www/pages/downloads/firefox.html @@ -5,12 +5,15 @@ <h1>{{ _('I2P Firefox Browser Profile') }}</h1> <p>{% trans -%} Now that you have joined the I2P network, you will want to see I2P Sites and and -other content that is hosted on the network. The Firefox browser is +other content that is hosted on the network. The Firefox browser profile is pre-configured to allow you to access the content available on the network. It also keeps your I2P search activity separate from your internet search activity. {%- endtrans %}</p> <p>{% trans -%} -This browser also includes both the NoScrpt and HTTPSEverywhere plugin for +WHAT IS WRONG? +{%- endtrans %}</p> +<p>{% trans -%} +This browser profile also includes both the NoScrpt and HTTPSEverywhere plugin for better protection Javascript based attacks and HTTPS support where available. {%- endtrans %}</p> diff --git a/site-updater-docker.sh b/site-updater-docker.sh index ef87b84b56d82bd1b6def7c508dccc6abd5c3bc6..21c5d53e49b620612b00d5f9f30bb07c486287fe 100755 --- a/site-updater-docker.sh +++ b/site-updater-docker.sh @@ -7,7 +7,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" || exit cd "$DIR" git pull origin master -docker build -t i2p-mirror/i2p.www . +docker build --no-cache -t i2p-mirror/i2p.www . docker rm -f mirror.i2p.www docker run -itd $i2p_www_docker_run_args --name mirror.i2p.www -p 0.0.0.0:8090:80 i2p-mirror/i2p.www #docker run -td --name mirror.i2p.www --restart=always -p 0.0.0.0:5000:5000 i2p-mirror/i2p.www