tasn / webext-signed-pages

A browser extension to verify the authenticity (PGP signature) of web pages
BSD 3-Clause "New" or "Revised" License
190 stars 12 forks source link

Show popup on bad/missing signature #12

Open rugk opened 6 years ago

rugk commented 6 years ago

If there is a signature error, can you somehow show a popup? Or safely inject a popup into the website? (Safely, so that the website cannot remove it.)

Or maybe the easiest thing would be to do it like adblockers sometimes do (uBlock Origin e.g.) and redirect to an own internal site of the add-on, which then displays a warning.

tasn commented 6 years ago

The redirect is a great idea! I'll take a look into implementing that. Thanks!

rugk commented 6 years ago

Just look at uBlocks source code or so… 😄