Just updated to 2024.2
Fixed some issues but one that i cant get arround is the about:blank#blocked error when opening files externaly.
My links are either
href=“hescript://UserMain.OpenAFile|$FilePath”
Or heexternal://$FilePath
with heexternal:// i get “Unable to execute the requested file”
And with hescript://UserMain.OpenAFile i get about:blank#blocked.
I havent tried this on another computer just yet, it worked great with exeout 2021, is there any setting i need to adjust?
Tried turning of websecurity, my own computers antivirus and windows security but no luck.
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.
Yeah i thought that would work but i tried with no luck.
Atm i just use the older CEF engine witch isnt a bother really.
Maby for next version add it to disable/enable, but seems like it isnt a problem for most tho