On 2022-08-03 16:26, gumb wrote:
What might have changed to make this no longer work by default?
I'm not really sure. Couldn't find anything about it but since it's an SSI (server side include) it's more likely to be processed by the http server and not the browser. But that's the only thing I can think of. But mime.types isn't exclusive to browsers so that sounds wrong too.
Is it likely Firefox itself or a system config option? I can't say for sure if this has only occurred since updating from 15.3 to 15.4 a few weeks ago, or if it happened before that, because it's probably at least a year since I last tried to view this Intranet site.
If you have snapper going you could try to find it in /.snapshots sudo find /.snapshots/ -name mime.types Or check the zypp log at /var/log/zypp/ It's in the package aaa_base-84 Check package with: rpm -qf /etc/mime.types
I just wonder if it's a bug or a 'feature'.
Most likely a feature. Maybe from the mime.types from apache or maybe some other package included it in /etc/mime.types. I can't find it anywhere in the repo at github. See history: https://github.com/openSUSE/aaa_base/commits/master/files/etc/mime.types -- /bengan