fucking operators are blocked too
This commit is contained in:
@@ -370,7 +370,10 @@ class ddg{
|
|||||||
}else{
|
}else{
|
||||||
|
|
||||||
// we have $get["s"]
|
// we have $get["s"]
|
||||||
if(strpos($get["s"], "\"") !== false){
|
if(
|
||||||
|
strpos($get["s"], "\"") !== false || // contains quotes
|
||||||
|
strpos($get["s"], ":") !== false // contains potential site: operator or whatever the fuck
|
||||||
|
){
|
||||||
|
|
||||||
return $this->web_html($get);
|
return $this->web_html($get);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user