From d808ef4dd5eaec10b4c1b4c1fcfc22424bd8e298 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 16 Jan 2024 23:29:54 +0100 Subject: [PATCH] trying to authorize app ressources url --- manifest.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index bafb0d8..eaad88e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -60,4 +60,5 @@ ram.runtime = "50M" download.url = "/download" download.allowed = "visitors" download.auth_header = false - download.show_tile = false \ No newline at end of file + download.show_tile = false + download.additional_urls = [ "/inter.css", "re:/app.*\.css", "re:/app.*\.js", "re:/icon.*\.svg" ]