Remove 'referrer' from fetch
This is not supported by Cloudflare. Oh well
This commit is contained in:
parent
861abd1b43
commit
849212e038
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ const getInstancesForProject = async (
|
||||||
"Accept-Language": "en;q=1.0",
|
"Accept-Language": "en;q=1.0",
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
},
|
},
|
||||||
referrer: "https://api.fediverse.observer/",
|
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
query: `{nodes(status:"UP",softwarename:"${project}"){domain score active_users_monthly total_users}}`,
|
query: `{nodes(status:"UP",softwarename:"${project}"){domain score active_users_monthly total_users}}`,
|
||||||
}),
|
}),
|
||||||
|
|
Reference in a new issue