We don’t allow add-ons to use remote APIs because they can create serious security vulnerabilities. Please insert those APIs locally from your add-on code.
I do not understand the last sentence…
How to solve it? How to get data from remote sites (like to insert in local plugin database)?
I am wondering about this, because other toolbar also fetch data via API and they are not declined.
If here is a reviewer in forum, I can give extension name.
(1) I can add privacy policy text under Login form?
(2) I add sentence to login form, that data will sent to login remote
(3) do you know a quote/secure function? I have to do something like this:
element.html(’[p]’+securefunc(rawdatafromjson)+’[/p]’)
Can I do that? Because I also must add static html + received raw data
No… Privacy Policy for the addon.
We require add-ons which send potentially private or personally identifiable information to provide a Privacy Policy detailing what information is sent, and how that information is used and protected.
Privacy Policy should be an actual text, not just a link to a website.
Please go to Edit your addon
Manage Authors & License
Privacy Policy
Also mention in Addon’s description
No… that would get rejected
If you are using JQuery, something like this; (I dont use JQuery)