1

Cross-Origin XMLHttpRequest in chrome extensions

I found this post when searching the site for my problem, but is this information still valid? Are cross origin requests still not allowed for chrome browser extensions that are hosted remotely?

Community
  • 1
  • 1

1 Answers1

0

Yes, as there is no permission for requesting cross domain access.

The way I think of it is that packaged apps are like extensions that happen to have an app icon instead of a browser or page action, and hosted apps are merely glorified bookmarks with some special properties. Only extensions can request access for cross domain requests.

gengkev
  • 1,890
  • 2
  • 20
  • 31