1
0
Fork 0

allow any js or css

This commit is contained in:
OniriCorpe 2024-01-16 23:41:44 +01:00
parent f82ea15330
commit 017f0d598a
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 = [ "/inter.css", "re:\/app.*\.css", "re:\/app.*\.js", "re:\/icon.*\.svg" ]
download.additional_urls = "^/.*.css|/.*.js$"