From 287ee861d86661f9812de2eebab590fe9befaea4 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 16 Jan 2024 23:53:57 +0100 Subject: [PATCH] better allowlist --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 31bb72f..5d09b4e 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 = "^/.*.css|/.*.js$" + download.additional_urls = [ "^/.*.css$", "^/.*.js$", "^/.*.svg$", "^/.*.woff2$", "^/favicon.*.png$" ]