diff --git a/doc/Built-in Proxy List.go b/doc/Built-in Proxy List.go
index 3d403f4..af47855 100644
--- a/doc/Built-in Proxy List.go
+++ b/doc/Built-in Proxy List.go
@@ -5,11 +5,9 @@ const BuiltinProxyUrl = "/proxy/i.pximg.net" // built-in proxy route
// the list of proxies on /settings
var BuiltinProxyList = []string{
// !!!! WE ARE NOT AFFILIATED WITH MOST OF THE PROXIES !!!!
- "https://pximg.exozy.me", // except this one. this one we affiliated.
+ "https://pximg.exozy.me", // except this one. this one we are affiliated with.
"https://pixiv.ducks.party",
"https://pximg.cocomi.eu.org",
- //"https://sex.nyan.xyz",
- //"https://i.loli.best",
"https://mima.localghost.org/proxy/pximg",
"https://i.pixiv.re",
// "https://pixiv.tatakai.top", // dead due to us :(
diff --git a/serve/template.go b/serve/template.go
index 51efdc2..fdc4935 100644
--- a/serve/template.go
+++ b/serve/template.go
@@ -296,11 +296,5 @@ func GetTemplateFunctions() template.FuncMap {
"floor": func(i float64) int {
return int(math.Floor(i))
},
- "filterWordsIDK": func(s string) string {
- // Don't say anything... we don't own these...
- s = strings.ReplaceAll(s, "loli", "****")
- s = strings.ReplaceAll(s, "sex", "***")
- return s
- },
}
}
diff --git a/views/pages/settings.jet.html b/views/pages/settings.jet.html
index 9fb2dc6..fdad60b 100644
--- a/views/pages/settings.jet.html
+++ b/views/pages/settings.jet.html
@@ -51,7 +51,7 @@
{{ range ProxyList }}
{{ end }}