Add-On Rejected on review for using AJAX request

I had recently developed an Add-On for my website which allows users to see 10 most recent posts and keep them updated with the latest news. But it was not approved for using AJAX for getting JSON data for showing content.

I didn’t get the comment that was mentioned and not sure how to get in touch with the reviewer. The comment said:

Your version was rejected because of the following problems:

  1. We don’t allow add-ons to use remote scripts because they create serious security vulnerabilities. We also need to review all of your add-on code, and this makes it much more difficult. Please insert those scripts locally from your add-on code.

data/panel.html

Please guide me with the same as the content is just JSON feed from a Wordpress website. If you would like to see the code, its open sourced at:

https://github.com/CollegeSpace/Extensions/tree/master/Collegespace-firefox

Thank you

The best way to contact a reviewer is to reply to the email you got if I remember correctly. You can also email amo-editors@mozilla.org or chat with editors on irc.mozilla.org #amo-editors

I think the issue is with


in data/panel.html