Changelog
features
- Add rotating proxy support for server side search
- Update settings page to be more mobile friendly
- Added two engines to the official store, they will serve as a good example on how to create custom engines with proxy support
- Allow users to individually remove pre-existing rss urls in case they don't want to remove them all at once, and append to the current list when adding their own instead of overriding it
bugfixes
- Actually proxy all image search results through the backend
- Fix settings gate showing actual setting page for a second (it was gated, but due to dom manipulation the gate was slightly delayed, and that was a potential security concern, so I am now serving the setting ONLY if a valid token is present).