add special case for handling go-get queries
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/website/website.go → internal/website/website.go
@@ -61,7 +61,7 @@ var CSPHeader = csp.Header{ DefaultSrc: []string{"'none'"}, FormAction: []string{"'none'"}, BaseURI: []string{"'none'"}, - ImgSrc: []string{"'self'"}, + ImgSrc: []string{"'self'", "https://pkg.go.dev/"}, ScriptSrc: []string{"'self'"}, StyleSrc: []string{"'self'"}, FrameAncestors: []string{"https://kagi.com"},