From 25e5fd829f63ce3d92422d2a7ade5c4fc934373d Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 20 Apr 2023 18:40:23 +0200 Subject: [PATCH] test permissions --- manifest.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.toml b/manifest.toml index 759129c..2d65b45 100644 --- a/manifest.toml +++ b/manifest.toml @@ -71,6 +71,8 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" + main.auth_header = false + main.protected = true [resources.ports] main.default = 5000