update index.html

This commit is contained in:
idk
2022-09-26 00:21:19 -04:00
parent 6df4b3db63
commit a1b34c678d
7 changed files with 138 additions and 10 deletions

View File

@ -1,14 +1,15 @@
//go:build !generate
// +build !generate
package goi2pbrowser
import _ "embed"
// BaseProfile is a zip of a Firefox profile with NoScript, HTTPS Everywhere, and I2PIPB
//
//go:embed i2p.firefox.base.profile.zip
var baseProfile []byte
var BaseProfile []byte
// UsabilityProfile is a zip of a Firefox profile with Jshelter, HTTPS Everywhere, uBlock Origin, LocalCDN, OICT, and I2PIPB
//
//go:embed i2p.firefox.usability.profile.zip
var usabilityProfile []byte
var UsabilityProfile []byte
//go:generate go run --tags=generate generate.go