diff --git a/doc/PRE_UPGRADE.d/3.4.23~ynh3 b/doc/PRE_UPGRADE.d/3.4.23~ynh3 deleted file mode 100644 index b2e7716..0000000 --- a/doc/PRE_UPGRADE.d/3.4.23~ynh3 +++ /dev/null @@ -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. \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index bc18ea2..9dc8af4 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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$" \ No newline at end of file