We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With multiple domain managed by YunoHost, ynh integration isn't valid in my_webapp.
For independant domain, ynh js and css shouldn't be integrated or resource should be available An option to choose should also be good.
The text was updated successfully, but these errors were encountered:
I cannot replicate this issue. Is it still present in your server?
BTW, are you from the future? Current YunoHost version is 4.3.4. 😛
4.3.4
Sorry, something went wrong.
Yes it's still present with 4.3.6 I have update the version (it was probably 4.2.8.1)
If I tried to access to https://secondary-domain.ynh/ynh_portal.js directly in browser I have a error 404. But if I change to https://primary-domain.ynh/ynh_portal.js it's ok.
Note : https://primary-domain.ynh need authentication but https://secondary-domain.ynh is accessible without authentication.
No branches or pull requests
Describe the bug
With multiple domain managed by YunoHost, ynh integration isn't valid in my_webapp.
Context
4.8.2.14.3.6Steps to reproduce
The resource from “https://secondary-domain.ynh/ynh_portal.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
The resource from “https://secondary-domain.ynh/ynh_overlay.css” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
The resource from “https://secondary-domain.ynh/ynhtheme/custom_portal.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
The resource from “https://secondary-domain.ynh/ynhtheme/custom_overlay.css” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
Expected behavior
For independant domain, ynh js and css shouldn't be integrated
or
resource should be available
An option to choose should also be good.
The text was updated successfully, but these errors were encountered: