[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Libreplanet-dev] librejs reports non-free js
From: |
Alex Vong |
Subject: |
Re: [Libreplanet-dev] librejs reports non-free js |
Date: |
Mon, 21 Mar 2016 21:39:43 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
"Thompson, David" <address@hidden> writes:
> On Sun, Mar 20, 2016 at 10:12 AM, Alex Vong <address@hidden> wrote:
>> Hi developers,
>>
>> When browsing libreplanet, librejs always reports it detects non-free
>> js, in particular, this script
>> <https://libreplanet.org/w/load.php?debug=false&lang=en&modules=startup&only=scripts&skin=vector&*>.
>> I think the script belongs to mediawiki, and it does not have a license
>> header / footer. Currently libreplanet renders just fine w/o runinning
>> the script, but it will be great if this is fix (better load time...etc).
>
> Mediawiki has for a long time been LibreJS incompatible because of the
> architecture of MediaWiki itself. It generates JavaScript dynamically
> through a special application endpoint. I looked into this awhile ago
> and it would take a good amount of hacking the MediaWiki source to
> make it output JS that LibreJS will be happy with.
>
> tl;dr - not a problem that will be solved any time soon.
>
> - Dave
Thanks for looking into it. We will live with it for now.