Files
go-i2pbrowser/embed.go

16 lines
447 B
Go
Raw Normal View History

2022-09-25 17:57:09 -04:00
package goi2pbrowser
import _ "embed"
2022-09-26 00:21:19 -04:00
// BaseProfile is a zip of a Firefox profile with NoScript, HTTPS Everywhere, and I2PIPB
//
2022-09-25 17:57:09 -04:00
//go:embed i2p.firefox.base.profile.zip
2022-09-26 00:21:19 -04:00
var BaseProfile []byte
2022-09-25 17:57:09 -04:00
2022-09-26 00:21:19 -04:00
// UsabilityProfile is a zip of a Firefox profile with Jshelter, HTTPS Everywhere, uBlock Origin, LocalCDN, OICT, and I2PIPB
//
2022-09-25 17:57:09 -04:00
//go:embed i2p.firefox.usability.profile.zip
2022-09-26 00:21:19 -04:00
var UsabilityProfile []byte
2022-09-25 17:57:09 -04:00
//go:generate go run --tags=generate generate.go