This file is indexed.

/usr/share/pyshared/webflash/webflash.min.js is in python-webflash 0.1a9-3.

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

The actual contents of the file can be viewed below.

1
if(!window.webflash){webflash=(function(){var j=document;var k=j.cookie;var f=null;var e=false;var g=null;var c=/msie|MSIE/.test(navigator.userAgent);var a=function(m){return j.createTextNode(m.message)};var l=function(n,m){};var b=function(o,m){var n=m;if(typeof(o)=="string"){n=window[o]}else{if(o){n=o}}return n};var h=function(){var p=k.indexOf(f+"=");if(p<0){return null}var o=p+f.length+1;var m=k.indexOf(";",o);if(m==-1){m=k.length}var n=k.substring(o,m);j.cookie=f+"=; expires=Fri, 02-Jan-1970 00:00:00 GMT; path=/";return webflash.lj(unescape(n))};var i=function(){if(e){return}e=true;var p=h();if(p!==null){var m=j.getElementById(g);var n=j.createElement("div");if(p.status){n.setAttribute(c?"className":"class",p.status)}var o=a(p);n.appendChild(o);m.style.display="block";if(p.delay){setTimeout(function(){m.style.display="none"},p.delay)}m.appendChild(n);l(p,m)}};var d=function(){if(!c){var m="DOMContentLoaded";j.addEventListener(m,function(){j.removeEventListener(m,arguments.callee,false);i()},false);window.addEventListener("load",i,false)}else{if(c){var m="onreadystatechange";j.attachEvent(m,function(){j.detachEvent(m,arguments.callee);i()});if(j.documentElement.doScroll&&!frameElement){(function(){if(e){return}try{j.documentElement.doScroll("left")}catch(n){setTimeout(arguments.callee,0);return}i()})()}window.attachEvent("load",i)}}};return function(m){f=m.name||"webflash";g=m.id||"webflash";l=b(m.on_display,l);a=b(m.create_node,a);return{payload:h,render:d}}})();webflash.lj=function(s){var r;eval("r="+s);return r}};