Merge branch 'development-v6' into tweak/domain_array

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2023-10-13 21:18:06 +02:00
15 changed files with 92 additions and 28 deletions

View File

@@ -315,6 +315,7 @@ function addFromQueryLog(domain, list) {
url: "/api/domains/" + list + "/exact",
method: "post",
dataType: "json",
processData: false,
data: JSON.stringify({
domain: domain,
comment: "Added from Query Log",