XSS vuln on beta.minecraft.net
Are there actually any valid use cases for this?
I assume there are hundreds of websites that also blindly pass a URL parameter to it. Most developers simply don't expect that a redirect is something they have to sanitize.window.location.href = "javascript:..."Why do browsers allow this at all?