-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add security indicator #75
Comments
one thing. we're displaying pages from local cache (it's cached when tracker fetched item). |
WebKit has a page cache too! The correct behavior IMO is to save the security state of the item before adding it to the cache, and load it straight from the cache. (WebKit does that wrong currently.) See also my patches for Epiphany's security indicator which I really need to land.... |
@ignatenkobrain @mcatanzaro tracker-miner-rss does the feed fetching, so I don't think there's something effective we can do upstream on News in order to ensure safety in any way. |
Surely we can add a bit in tracker-miner-rss to indicate whether the feed was secure or not. :) |
sure, but that would mean that the user would already been exposed. |
If you're going to allow HTTP feeds (you probably have to) then you also need a security indicator. Copying Epiphany's would make sense.
It's also needed for the GNOME Shell portal helper, so maybe it's time to make it into a submodule....
The text was updated successfully, but these errors were encountered: