From b3702fc5ec085972dcd737f607e2f4233cf250e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 21 Sep 2023 09:52:55 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index bc44416..0c56949 100644 --- a/manifest.toml +++ b/manifest.toml @@ -62,7 +62,7 @@ ram.runtime = "50M" api.url = "/api" api.show_tile = false api.allowed = "visitors" - api.auth_header = false + api.auth_header = false script.url = "/script.js" script.show_tile = false script.allowed = "visitors"