mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Explicitly set content encoding (#2927)
This commit is contained in:
@@ -66,6 +66,7 @@ function delGroupItems(type, ids, table) {
|
||||
$.ajax({
|
||||
url: url,
|
||||
data: JSON.stringify(ids),
|
||||
contentType: "application/json",
|
||||
method: "POST",
|
||||
})
|
||||
.done(function () {
|
||||
|
||||
Reference in New Issue
Block a user