Blazored / Toast

A JavaScript free toast library for Blazor and Razor Component applications
https://blazored.github.io/Toast/
MIT License
646 stars 88 forks source link

Issues with CSS MIME type #238

Open sharfraz opened 8 months ago

sharfraz commented 8 months ago

I have set X-Content-Type-Options: nosniff It blocks one of the style sheets complaining it didn't set the MIME type

Refused to apply style from 'https://localhost:44305/_content/Blazored.Toast/blazored-toast.css' because its MIME type ('') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

chrissainty commented 5 months ago

Can you provide a sample show a repro of this issue, this isn't something I've come across before.