This file is indexed.

/usr/share/pyshared/tracwysiwyg/htdocs/wysiwyg-load.js is in trac-wysiwyg 0.12.0.3+r10725-1.

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

The actual contents of the file can be viewed below.

1
2
3
jQuery(document).ready(function($) {
    setTimeout(TracWysiwyg.initialize, 10);
});