move auth and favicon form main to handlers, linting
This commit is contained in:
@@ -3,8 +3,9 @@ package responsemodifiers
|
||||
import (
|
||||
_ "embed"
|
||||
"io"
|
||||
"ladder/proxychain"
|
||||
"strings"
|
||||
|
||||
"ladder/proxychain"
|
||||
)
|
||||
|
||||
//go:embed patch_google_analytics.js
|
||||
|
||||
@@ -4,9 +4,10 @@ import (
|
||||
"embed"
|
||||
"encoding/json"
|
||||
"io"
|
||||
"ladder/proxychain"
|
||||
"log"
|
||||
"regexp"
|
||||
|
||||
"ladder/proxychain"
|
||||
)
|
||||
|
||||
//go:embed vendor/ddg-tracker-surrogates/mapping.json
|
||||
|
||||
Reference in New Issue
Block a user