webextension_local_filesystem_links
webextension_local_filesystem_links copied to clipboard
Constantly pop up error message after using white-list feature
I activated the Wihte List. Now I get pop up messages everywhere. Can I disable Pop Up? bug does not occur while using the white list
Thanks for reporting the issue.
Please let me know some points so I can have a look why you get the message:
- What operating system is it occuring?
- What whitelist url do you use?
- When do you get the pop up? Is it on every not whitelisted url?
Hello,
i got the same problem. For me Addon is not working if i use whitelist (everything except *)
- Windows 10 x64 (1803)
- tried many but only "asterisk" (no whitelist) is working: Tried :
*://internal*
or with leading slash or*internalsite*
or*://internalsite.domain.com*
, non is working for me - Popup is appearing on every tab change (if i click another tab) or by reloading website, even in addons, the error is occuring, also in the whitelisted site.
Edit: added codetags - asterisk didnt show up in urls
OK, I get the same behavior. But I need to do more debugging to find the cause of it.
For example, if you're using https://trello.com/
with-out a final *
I'm getting the behavior you're describing. With https://trello.com/*
- note the last *
it's working as expected. (Maybe Trello is a bad example for white-listing at the moment because dynamic link scanning is deactivated so you have to reload the page to get the links.)
It's probably caused by whitelist checking on tab switch but I need to check the exact error message to get a better understanding of the issue.