TryMudBlazor icon indicating copy to clipboard operation
TryMudBlazor copied to clipboard

Consider adding antivirus/firewall bypasses to the site

Open peterthorpe81 opened this issue 2 years ago • 2 comments

Blazor WASM sites often get blocked by corporate firewalls because of the fetch of dll's. Firewalls will often identify them as unsafe due to the dll extension or the file starting with the "MZ" header (executable) meaning you can't access the tryblazor or mudblazor.com sites behind a lot of corporate firewalls.

This nuget package works well to bypass the issue by Xor'ing the dll's and changing the file extension on publish. https://github.com/stavroskasidis/BlazorWasmAntivirusProtection

peterthorpe81 avatar May 23 '22 08:05 peterthorpe81

Interesting. Not sure how much work this is gonna be. Try.MudBlazor compiles assemblies on the fly and injects them into the browser cache before reloading the iframe and restarting Blazor with the newly compiled resources.

henon avatar May 23 '22 09:05 henon

I would wait when Webcil will be fully released and supported in .NET.

ScarletKuro avatar Mar 05 '23 03:03 ScarletKuro