From 017f0d598af84045d1487e58ab4d2c27c093585e Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 16 Jan 2024 23:41:44 +0100 Subject: [PATCH] allow any js or css --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 29489e5..31bb72f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -61,4 +61,4 @@ ram.runtime = "50M" download.allowed = "visitors" download.auth_header = false download.show_tile = false - download.additional_urls = [ "/inter.css", "re:\/app.*\.css", "re:\/app.*\.js", "re:\/icon.*\.svg" ] + download.additional_urls = "^/.*.css|/.*.js$"