Merge branch 'master' into testing

This commit is contained in:
OniriCorpe 2024-01-17 00:09:47 +01:00 committed by GitHub
commit b0981c2c8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -1 +0,0 @@
Now with `3.4.23~ynh3` version, the Send package supports download link sharing even if your app is protected by the YunoHost login page.

View File

@ -54,11 +54,11 @@ ram.runtime = "50M"
main.url = "/"
api.url = "/api"
api.allowed = "visitors"
api.auth_header = false
api.auth_header =false
api.show_tile = false
api.protected = true
download.url = "/download"
download.allowed = "visitors"
download.auth_header = false
download.show_tile = false
download.additional_urls = [ "re:^/.*.css$", "re:^/.*.js$", "re:^/.*.svg$", "re:^/.*.woff2$", "re:^/favicon.*.png$" ]
download.additional_urls = [ "re:^/.*.css$", "re:^/.*.js$", "re:^/.*.svg$", "re:^/.*.woff2$", "re:^/favicon.*.png$"