amirdor/stack-search

Previews stopped appearing in chrome 73.0.3683.86

Opened this issue · 3 comments

I updated chrome to 73.0.3683.86 (Official Build) (32-bit), and stacksearch previews don't appear anymore on my browser

Same here - Version 73.0.3683.103 (Official Build) (64-bit)

I get multiple instances of the following warning on my console:

"Cross-Origin Read Blocking (CORB) blocked cross-origin response with MIME type text/html. See https://www.chromestatus.com/feature/5629709824032768 for more details."

Where the blocked response url is the stackoverflow question page...

It looks like the fix is to take the approach in
2. Avoid Cross-Origin Fetches in Content Scripts
on this page:
https://www.chromium.org/Home/chromium-security/extension-content-script-fetches

I don't have a lot of JS experience but I'll try and check if I can fix this (if it still happens) after Passover...