Update Firefox ESR to version 115.14.0, NoScript to version 11.4.31 and I2Pd to version 2.53.1 (#64)

* Update Firefox to 115.13.0esr and i2pd to 2.52.0

* Fix encoding

* Remove references to the Tor Browser

* Remove references to the Tor Browser

* Update the certificates and addressbook

* Update i2pd to version 2.53.0

* Remove prestium and ls reseeds

* Update i2pd to version 2.53.1

* Update NoScript to version 11.4.31

* Minor fixes

* Update to Firefox 115.14.0esr
This commit is contained in:
David Uhden Collado 2024-08-10 10:25:02 +00:00 committed by GitHub
parent e45d9cd337
commit 1194af2802
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 8 additions and 305 deletions

View file

@ -7,8 +7,8 @@ REM See full license text in LICENSE file at top of project tree
setlocal enableextensions
set CURL=%~dp0curl.exe
set FFversion=115.13.0esr
set I2Pdversion=2.52.0
set FFversion=115.14.0esr
set I2Pdversion=2.53.1
call :GET_LOCALE
call :GET_PROXY
call :GET_ARCH
@ -108,7 +108,7 @@ if "%locale%"=="ru" (
) else (
echo Downloading NoScript extension
)
"%CURL%" -L -f -# -o ..\Firefox\App\Firefox\browser\extensions\{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi https://addons.mozilla.org/firefox/downloads/file/4206186/noscript-11.4.29.xpi
"%CURL%" -L -f -# -o ..\Firefox\App\Firefox\browser\extensions\{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi https://addons.mozilla.org/firefox/downloads/file/4320635/noscript-11.4.31.xpi
if errorlevel 1 ( echo ERROR:%ErrorLevel% && pause && exit ) else (echo OK!)
echo.