Jaifroid

Results 734 comments of Jaifroid

> This should simply work through the Web Browser bookmarking system. Would be a bad idea IMO to redo something special here. Agreed in principle, but unfortunately it doesn't work...

This specific post summarizes my research on this: https://github.com/kiwix/kiwix-js/issues/404#issuecomment-861280543. To summarize the summary: we can block external resources from running by injecting a `` tag defining a CSP into the...

There is a draft specification for enforcing a CSP on Embedded Content here: https://w3c.github.io/webappsec-cspee/

In Firefox 63.0.3 (running in WSL Linux) all the subtitles are extracted in SW mode as well (I've just checked by placing a breakpoint on the message channel of SW)....

I haven't looked closely at the glue you implemented, but when I did the ZSTD decoding glue, I ran into a similar issue because I thought I had to malloc...

I wonder if this has anything to do with the order in which CSS is loaded and applied. Very wild guess.

I confirm this issue is still present (jQuery mode only) in Stack Exchange ZIMs produced this month (yesterday). I tested with `french_stackexchange_com_2022-05.zim`. The issue seems to come from the fact...

Same reply as in #745. Once we have a version of libzim acting as our backend, we'll be able to close this as unneeded.

I've only just seen this @b16r05 . I'd be interested in your view on the alternative arrangement we have in Kiwix JS Windows, which looks like this: ![image](https://user-images.githubusercontent.com/4304337/33700879-c3324ca4-db13-11e7-99f2-45b94aba6056.png) On very...