Closed piperswe closed 3 months ago
It would be more appropriate to implement this feature in the minifier that run at startup time.
I would agree, but showJavascript
injects OFFLINE_URL before the minified JavaScript so it wouldn't be under the license header (and therefore would be stripped by LibreJS).
I would agree, but
showJavascript
injects OFFLINE_URL before the minified JavaScript so it wouldn't be under the license header (and therefore would be stripped by LibreJS).
Good catch
LibreJS is a browser extension developed by GNU which ensures only Free (libre) JavaScript is run. To determine whether given JavaScript is Free, LibreJS consults metadata included in the JavaScript file. Since Miniflux is Free Software, getting its JavaScript to work when LibreJS is installed is just a matter of adding license metadata to the returned JavaScript source.
Do you follow the guidelines?