Skip to content
New issue

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

Doesn't work properly on iPhone (URL: 'https://cataas.com' does not match any of the prefixes whitelisted for use in the add-on.) #126

Open
gitcnd opened this issue Aug 27, 2022 · 0 comments
Assignees

Comments

@gitcnd
Copy link

gitcnd commented Aug 27, 2022

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"
  ],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants