private collect -> annotation.utkubilen.de (not public)
This commit is contained in:
parent
aa46e6ae2d
commit
6a854b2564
1 changed files with 2 additions and 2 deletions
|
|
@ -216,8 +216,8 @@
|
|||
clipping_added_on_iso: a.clipping_added_on_iso,
|
||||
integrated_at: a.integrated_at
|
||||
}));
|
||||
// Fire and forget, no text sent
|
||||
fetch("https://collect.utkubilen.de/highlights", {
|
||||
// Fire and forget, no text sent — private, not public (annotation.utkubilen.de)
|
||||
fetch("https://annotation.utkubilen.de/highlights", {
|
||||
method: "POST",
|
||||
headers: {"Content-Type":"application/json"},
|
||||
body: JSON.stringify({anonId: Services.prefs.getCharPref("extensions.kindleZoteroImporter.anonId") || "anon", data: anonData})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue