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:
- 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:
Thank you