1
0
forked from Git/send_ynh

better allowlist

This commit is contained in:
OniriCorpe 2024-01-16 23:53:57 +01:00
parent 017f0d598a
commit 287ee861d8

View File

@ -61,4 +61,4 @@ ram.runtime = "50M"
download.allowed = "visitors" download.allowed = "visitors"
download.auth_header = false download.auth_header = false
download.show_tile = false download.show_tile = false
download.additional_urls = "^/.*.css|/.*.js$" download.additional_urls = [ "^/.*.css$", "^/.*.js$", "^/.*.svg$", "^/.*.woff2$", "^/favicon.*.png$" ]