kiwix / kiwix-js-pwa

Kiwix JS Offline Browser implemented as a Progressive Web App (PWA), and packaged as Electron, NWJS and UWP apps for Windows and Linux.
https://pwa.kiwix.org
GNU General Public License v3.0
168 stars 26 forks source link

Port prompting users on opening new untrusted ZIM from upstream #587

Closed Jaifroid closed 3 months ago

Jaifroid commented 3 months ago

The new security feature in Kiwix JS prompts a user to check whether they trust the source of a ZIM, and will open it in Safe mode (here called Restricted mode, aka jQuery mode) if not. See https://github.com/kiwix/kiwix-js/pull/1192.

It should be relatively quick to port here.