Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Blacklist = []string{
" and ",
" or ",
" xor ",
"for (",
"for(",
"from (",
"from(",
"pg_sleep",
"select (",
"select(",
"sleep (",
"sleep(",
"sysdate",
"while (",
"while(",
}
Blacklist is a list of referrer keywords to ignore.
View Source
var QueryParams = []struct { param string preferHeader bool }{ {"ref", false}, {"referer", false}, {"referrer", false}, {"source", true}, {"utm_source", true}, }
QueryParams is a list of query parameters to set the referrer.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.