mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 04:38:28 +00:00
Long-term queries: Request all externally blocked variants when the checkbox is enabled
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -170,7 +170,9 @@ function getQueryTypes()
|
||||
}
|
||||
if($("#type_external").prop("checked"))
|
||||
{
|
||||
queryType.push(6);
|
||||
// Multiple IDs correspond to this status
|
||||
// We request queries with all of them
|
||||
queryType.push([6,7,8]);
|
||||
}
|
||||
return queryType.join(",");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user