Jaifroid

Results 1244 comments of Jaifroid

> could you consider using [this ZIM file icon](https://github.com/kiwix/kiwix-desktop/blob/main/resources/icons/kiwix/org.kiwix.desktop.x-zim_source.png) for icons instead of the contoured kiwix bird. That'd be more in line with the branding guidelines (that does not exist...

@rgaudin I understand, but please remember this was done several years ago, and there were no guidelines or branding documents. I did use the official icon for this, but was...

Remember this server is a solar-powered installation with a backup battery. I noticed that our scrapes always seem to be running when it's around 25% battery (coincidence?). Maybe this is...

Morning all. The restriction on inline JS (and eval, and a few other things) only affects the Chrome and Firefox Browser Extensions when they are running in Restricted mode (or...

> [#1276](https://github.com/kiwix/kiwix-desktop/issues/1276) has revealed that on both Windows and Linux, all tests linked to inline JS are not working properly. > > These tests are known to work ok on...

AFAIK the Fetch API requires a secure context (HTTPS) when used with modern browsers, with a few specific exceptions (requests to localhost and 127.0.0.1, file:// URLs, dev environments on port...

According to my tests, relaxing the CSP on the iframe by adding `mailto:` in the list of exceptions should do the job. In the PWA, I had to add this...

Having experimented with this in the PWA, I now think we should deal with all such cases generically. We will need to add exceptions for `javascript:` and `about:`, but I...

Is the scope correctly set? Because that video is from YouTube rather than kiwix.org, navigation to it might be blocked.

This is again the "boundary problem" (see https://github.com/openzim/warc2zim/issues/65#issuecomment-717313734). The wider issue should be tackled upstream IMHO, but I remember @mgautierfr added a bit of code in libkiwix (see https://github.com/kiwix/libkiwix/pull/1036#pullrequestreview-1804196631) for...