mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Keep user info in json format
Previously it was ynhpanel.json
This commit is contained in:
parent
b99b22bb03
commit
2defd6ffa8
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ sub_filter_once on;
|
|||
# Apply to other mime types than text/html
|
||||
sub_filter_types application/xhtml+xml;
|
||||
# Prevent YunoHost panel files from being blocked by specific app rules
|
||||
location ~ (ynh_portal.js|ynh_overlay.css) {
|
||||
location ~ (ynh_portal.js|ynh_overlay.css|userinfo.json) {
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue