Skip to content
New issue

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

Consider adding antivirus/firewall bypasses to the site #57

Open
peterthorpe81 opened this issue May 23, 2022 · 2 comments
Open

Consider adding antivirus/firewall bypasses to the site #57

peterthorpe81 opened this issue May 23, 2022 · 2 comments

Comments

@peterthorpe81
Copy link

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 peterthorpe81 changed the title Consider Adding Antivirus Bypasses to the site Consider adding antivirus/firewall bypasses to the site May 23, 2022
@henon
Copy link
Collaborator

henon commented May 23, 2022

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.

@ScarletKuro
Copy link
Member

ScarletKuro commented Mar 5, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants