Special:GlobalContributions extends ContributionsSpecialPage, which extends IncludableSpecialPage.
Includable special pages allow for transcluding content, so e.g. {{Special:Contributions/Foo}} would render the contributions from the user Foo on a page.
For Special:GlobalContributions, we don't want that functionality (it currently doesn't work anyway) because this page has restricted access, and we need to be able to log access.
Let's set isIncludable() to false for this page.