Re: Cute Editor injecting code from Firefox add-ins

  •  03-12-2010, 2:06 PM

    Re: Cute Editor injecting code from Firefox add-ins

    Some additional info...
     
    If I use the FF add-in "Web Developer" I can view the actual generated source code of the page.  Thi s is showing me that any add-in that manipulates page content, such as the Skype or LastPass add-ins in this case, inserts javascript into the <head> area of the page dynamically behind the scenes.  For some reason however they are ALSO injecting it into the <head> area of any code that is in the CE HTML editor view.
     
    Obviously these add-ins have to do what they do by design in order to work.  I suppose one could argue that the bug is in the add-ins, but they are working as designed, so either the bug is in FireFox itself, or CE.  Either way, CE should somehow prevent any outside code from inserting itself into their editor.
     
    We are going to try some things on our end to see if somehow we can prevent this, but I'm not very optimistic about them working.
     
    Any other solution ideas?  Does this need to be brought to the attention of the mozilla people?
     
    Jonathan
View Complete Thread