Purity III collisions on Joomla 4
Hello.
Purity III template with default settings ("Use URL Rewriting" only) after installing on a clean Joomla 4 causes errors:
Refused to apply style from 'http://********/templates/system/css/system.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
jquery.min.js?3.6.0:2
Uncaught TypeError: e.indexOf is not a function
at S.fn.load (jquery.min.js?3.6.0:2:84932)
at (index):244:15
at (index):250:3
After removing from .htaccess this directive
Header always set X-Content-Type-Options "nosniff"
the first error disappears. But I don't think this is a good solution.
If I switch the default template to Cassiopeia, all the problems go away.
Any ideas?