Files
go-i2pbrowser/embed.go
2022-09-26 00:21:19 -04:00

16 lines
447 B
Go

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
// 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
//go:generate go run --tags=generate generate.go