WebOptimizer
WebOptimizer copied to clipboard
tag helpers break absolute URLs
Starting in version 3.0.413, absolute URLs like
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
get the application's path prepended to them so they end up like
<script type="text/javascript" src="/platform/https://www.gstatic.com/charts/loader.js"></script>
and don't work (in this example the path is "/platform/")
3.0.405 is fine
Same issue here. I'm on 3.0.422, with ASP.NET Core 8.0.1 and Razor Pages.