Hello.
I had a question about the appscript whitelist, I am developing an addon for gmail, the idea is that each person can set his own ip to his server to make queries (which has an application).
Is this possible?
How should I configure the whitelist? if it only allows me to put one * per url.
"urlFetchWhitelist": [
"
https://{user ip}:{user port}/{user repository}/oslc/am/cf/resource/ "
],