mirror of
https://github.com/pi-hole/web.git
synced 2026-05-01 22:24:08 +01:00
Merge pull request #918 from pi-hole/new/fine_grained_externally_blocked_status
Long-term queries: Request all externally blocked variants when the checkbox is enabled
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