deweyapp / dewey-website

Add custom tags, screenshots, and smarter search to your Chrome bookmarks.
118 stars 26 forks source link

CORS blocks all images #7

Open zreese opened 7 years ago

zreese commented 7 years ago

Access to Image at 'https://deweyapp.com/favicon/styleguide.mailchimp.com/favicon.ico' from origin 'chrome-extension://aahpfefkmihhdabllidnlipghcjgpkdm' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'chrome-extension://aahpfefkmihhdabllidnlipghcjgpkdm' is therefore not allowed access. The response had HTTP status code 521.

I get that error for everything in Dewey. Is there a way to easily add access control to the extension?

GiancarloJSantos commented 7 years ago

Same problem here :(

christoph88 commented 7 years ago

Same here

Dnitin commented 6 years ago

Not really it seems ! I went through multiple articles and the research seem to be converging to a single solution ie deploy your own server for the purpose with support for CORS. That way you can make request to your server with a CORS header and your server'll respond with a Access-Control-Allow-Credentials Header.

I also tried looking for a CORS compliant online service but failed.