mirror of
https://github.com/YunoHost-Apps/send_ynh.git
synced 2024-09-03 20:25:53 +02:00
allow any js or css
This commit is contained in:
parent
f82ea15330
commit
017f0d598a
1 changed files with 1 additions and 1 deletions
|
@ -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 = [ "/inter.css", "re:\/app.*\.css", "re:\/app.*\.js", "re:\/icon.*\.svg" ]
|
download.additional_urls = "^/.*.css|/.*.js$"
|
||||||
|
|
Loading…
Add table
Reference in a new issue