We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the gmail app on iPhone, when reading an email, clicking the cat-paw icon produces the following error:-
URL: 'https://cataas.com/' does not match any of the prefixes whitelisted for use in the add-on.
It works OK in Chrome on a PC though, suggesting this is a problem with the core iPhone runtime, rather than the script/manifest?
I tried adding this, which didn't fix or change anything:-
"urlFetchWhitelist": [ "https://cataas.com/", "https://cataas.com/cat", "https://cataas.com/cat/says" ],
The text was updated successfully, but these errors were encountered:
jpoehnelt
No branches or pull requests
In the gmail app on iPhone, when reading an email, clicking the cat-paw icon produces the following error:-
URL: 'https://cataas.com/' does not match any of the prefixes whitelisted for use in the add-on.
It works OK in Chrome on a PC though, suggesting this is a problem with the core iPhone runtime, rather than the script/manifest?
I tried adding this, which didn't fix or change anything:-
The text was updated successfully, but these errors were encountered: