-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
enhanced whitelist #96
Comments
Hello, |
No. This issue is about implementing the list view and the option to remove entries from the whitelist. You can only clear the whitelist in the add-on's settings in the current version. |
Thank you. This seems like a great feature to have. |
@cadeyrn Hello, I've read the source code from the whitelist and tried to apply a pull request with an export/import settings buttons. |
Apply this whitelist change will be the first step to resolve any of the current whitelist feature requests: |
There are some things to consider:
|
Personally on my own project, that is in Python, I whitelist using: [{HTTP_Code}] {Source URL} > [{HTTP_Code}] {Destination URL} (As many redirects as there are 👆) And for "error" bookmarks Exactly has you mentioned, it contains downsides as well. 🤷 |
I also make uses of regex in my whitelist, which is useful for certain websites who their URL changes every x time. |
A whitelist has been added in Bookmarks Organizer 3.0. This includes a link to add bookmarks to the whitelist and the ability to reset the whitelist.
In a future update there will be an enhanced whitelist which lets you remove single entries from the whitelist.
The text was updated successfully, but these errors were encountered: