Mossroy
Mossroy
It's a request I had made for https://github.com/kzahel/jstorrent , but you already know it has disappeared. The FileSystem API is only available on Chrome. But Mozilla implemented the DeviceStorage API...
#### Summary The ServiceWorker API has been removed inside a Webextension, which should be mentioned in the dev changelog of Firefox 103. #### Motivation With Firefox
This fixes a bug in batch resize feature when you try to run it from behind a reverse-proxy that handles SSL encryption, while the server that runs Piwigo serves unencrypted...
I have the following configuration: `browser ->(https)-> apache reverse proxy ->(http)-> nginx reverse proxy ->(http)-> piwigo` In this case, the variable `$_SERVER['HTTP_X_FORWARDED_HOST']` on Piwigo does not hold the hostname currently...
There is at least some pieces of inline javascript in every page, like : ``` function importScript() { return 1 } // this is to avoid the error from site.js...
It is a popular demand, and was not technically possible (except on some specific devices that have specific APIs : Firefox OS and Windows Mobile). This new API should allow...
As discussed in #789, browser extensions now enforce some CSP that block inline javascript. And it might happen in some other contexts, too. Here is a list of affected scrapers...
The ServiceWorker mode is faster and cleaner. At startup, we should first try to enable it by default (except if the user has chosen jQuery mode before). If it fails,...
We claim to support Firefox >=45 and Chrome >=58, and our CI tests a scenario on these versions. However, when working on #878, I did not always manage to run...
If you watch the memory consumption of the browser (tested with Chromium) on branch https://github.com/kiwix/kiwix-js/tree/libzim-experiments, you see that it gradually raises when browsing. It's more obvious when reading large contents,...