Pages have a link to load.php
Closed this issue · 2 comments
PeterFeicht commented
All pages have a script
in the head
that points to /mwiki/load.php?[...]modules=jquery%2Cmediawiki[...]
.
This should be adjusted or removed.
PeterFeicht commented
The link is inserted by the startup script, so the target file is not downloaded by wget.
PeterFeicht commented
The target script contains jQuery as well as the MediaWiki scripts. If we were to include the script and fix the link, we'd have a bunch more links to fix which are inserted dynamically by the MediaWiki scripts. I don't think that would be a good idea, and we don't actually need anything from the script. Although site JS tries to use jQuery, it still wouldn't work without the MediaWiki scripts.