From 02f64005e96a1a8280c20eee38872b24d98d0413 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sat, 9 Sep 2023 07:54:56 +0200 Subject: [PATCH] add permissions to auth_header = false --- manifest.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.toml b/manifest.toml index 0646e7a..49b5a50 100644 --- a/manifest.toml +++ b/manifest.toml @@ -49,11 +49,13 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" + main.auth_header = false api.url = "/api" api.allowed = "visitors" api.show_tile = false api.protected = true + api.auth_header = false [resources.ports] main.default = 8095