What can I do to make sure my code is secure? My add-on from Mozilla was validated, but apparently this line was unsecure:
if (p.getElementById("bluebarholder"))
p.getElementById("top").setAttribute('onclick', 'window.open("http://www.facebook.com","_self")');
I don't know whats the issue or how to solve it as they haven't replied to my message yet.