forked from Git/send_ynh
Merge branch 'master' into testing
This commit is contained in:
commit
b0981c2c8a
@ -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.
|
|
@ -54,11 +54,11 @@ ram.runtime = "50M"
|
|||||||
main.url = "/"
|
main.url = "/"
|
||||||
api.url = "/api"
|
api.url = "/api"
|
||||||
api.allowed = "visitors"
|
api.allowed = "visitors"
|
||||||
api.auth_header = false
|
api.auth_header =false
|
||||||
api.show_tile = false
|
api.show_tile = false
|
||||||
api.protected = true
|
api.protected = true
|
||||||
download.url = "/download"
|
download.url = "/download"
|
||||||
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 = [ "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$"
|
Loading…
Reference in New Issue
Block a user