This file is indexed.

/usr/share/libubuntuoneui/1/javascript/u1-library-override.js is in libubuntuoneui-3.0-1 3.0.0-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
(function(){
	var lnks = document.querySelectorAll("a");
	for (var i=0; i<lnks.length; i++) {
		if (lnks[i].href.indexOf("library.aspx") != -1) {
			lnks[i].href = "%s";
		}
	}
})()