mirror of
https://github.com/go-i2p/go-i2pbrowser.git
synced 2025-07-13 11:54:43 -04:00
update index.html
This commit is contained in:
11
embed.go
11
embed.go
@ -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
|
||||
|
Reference in New Issue
Block a user