diff --git a/src/webpage/localuser.ts b/src/webpage/localuser.ts index 2310e01..363b8c5 100644 --- a/src/webpage/localuser.ts +++ b/src/webpage/localuser.ts @@ -3854,7 +3854,9 @@ class Localuser { } { const instanceInfo = settings.addButton(I18n.instanceInfo.name()); - fetch(this.info.api + "/policies/instance") + fetch(this.info.api + "/policies/instance", { + headers: this.headers, + }) .then((_) => _.json()) .then((body) => { const json = body as {