I downloaded a few different word docs, Orion crashed every time.
I would just expect it to download.
Version 0.99.126.4.1.4-rc (WebKit 619.1.1)
Sonoma (14)
I downloaded a few different word docs, Orion crashed every time.
I would just expect it to download.
Version 0.99.126.4.1.4-rc (WebKit 619.1.1)
Sonoma (14)
I was able to reproduce this. Haven't found other file extensions that cause a crash.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document Link</title>
</head>
<body>
<p>test .docx link:</p>
<a target="_blank" href="https://filesamples.com/samples/document/docx/sample2.docx">clicking this should crash Orion RC</a>
</body>
</html>