About:blank#blocked

As i found in Custom scheme links with backslashes in Chrome 130 redirect to ‘about:blank#blocked’." [373928202] - Chromium

Seems to be an issue on current chromium.
Fix so long would be --disable-features=StandardCompliantNonSpecialSchemeURLParsing

But tried that in AdditionalChromiumArgs with no luck. Thoughts?
Do i need to remodel my exe to futureproof anyway?

Saw the post "Heexternal doesn’t work anymore

Witch i guess has the same problem.
Anyways the solution i have for now is running the exe throu cmd with
myexe.exe --disable-features=StandardCompliantNonSpecialSchemeURLParsing
Or creating a shortcut to the exe with the same prompt.

Would love another solution so i dont have to change all my code to open links with javascript witch i think would work but havent tried yet.

2 Likes