In T45646: "MediaWiki:Copyright" message allows raw HTML (MW 1.43) we introduced a replacement and deprecated them. They should be removed in a future MediaWiki release.
QA
Set
$wgRightsPage = 'Foo';
Edit MediaWiki:Copyright
with
EVIL EVIL $1 unless otherwise noted.<img src="http://my_host/index.php?title=Special:UserLogout"/><script>alert('evil!');</script>Load any page
- Expected: the message is not shown in the footer. There is no JS alert.