Copyfish on Edge extension down

Using MS-Edge and have v. 6.3.7 was working GREAT by now in last couple days getting

“No internet connection, or can not reach OCR server”

did UNinstall REinstall to no avail

Edge v: 147.0.3912.86 (Official build); Desktop; W11Pro; Homebuilt PC AMD

~~
update 4/30/26:

NOW WORKING .. Will advise if issue/fail returns

THANKS IF THERE WAS SOMETHING DONE ON CREATORS’ BEHALF!

I’ve been having the same issue on Chrome. It seemed to be a CORS related error, but it appears to be working again now.

I am can confirm, the issue is fixed :slightly_smiling_face:

Some details on what happened: A recent Chrome and Edge update tightened CORS (Cross-Origin Resource Sharing) enforcement for browser extensions. So requests made from Copyfish’s content scripts are now treated as coming from the page’s origin (e.g. https://some-website.com) rather than the extension. But the OCR API servers weren’t configured to allow arbitrary page origins, thus the error. Now the OCR API header includes Access-Control-Allow-Origin: * and the Copyfish extension works again.