mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Avoid potential conflict with some apps
This commit is contained in:
parent
2defd6ffa8
commit
c8d8e0e272
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|userinfo.json) {
|
||||
location ~ (ynh_portal.js|ynh_overlay.css|ynh_userinfo.json) {
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue