1
0
Fork 0

better allowlist

This commit is contained in:
OniriCorpe 2024-01-16 23:53:57 +01:00
parent 017f0d598a
commit 287ee861d8
1 changed files with 1 additions and 1 deletions

View File

@ -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$" ]