Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google disallowing Ad because of "Unwanted Software". Could this be Blazor DLLs? How to solve?

I have a functioning website with a blazor client side component (webassembly/WASM). I then tried to google advertise for the site, but it was rejected for Unwanted Software. I looked at my site, and within wwwroot there is of course a _bin_framework directory with dlls in that get downloaded to client browser.

Could this be the problem? What might be a workaround? Alternatively, does anyone have examples of blazor WASM sites which are successful targets for google ads that might demonstrate that the Blazor DLLs are not the problem and something else might be?

(In fact any general advice on how to deal with rejection by google for unwanted software much appreciated!)

like image 974
ubienewbie Avatar asked May 12 '20 15:05

ubienewbie


1 Answers

Have you seen the advice from the Blazor team about renaming the .DLL extensions after the app is published:

https://docs.microsoft.com/en-gb/aspnet/core/host-and-deploy/blazor/webassembly?view=aspnetcore-3.1#change-the-filename-extension-of-dll-files

like image 62
sjbthfc2 sb Avatar answered Oct 05 '22 23:10

sjbthfc2 sb