Recently, I've been noticing an error in Firebug that mentions something about exposing chrome JS objects to content without "__exposedProps__," but I'm not sure what it really means or if it's something I should worry about:
The error message says: Exposing chrome JS objects to content without "__exposedProps__" is insecure and deprecated. If you want more information, you can visit https://developer.mozilla.org/en/XPConnect_wrappers.
I found the linked page a bit too technical for me to understand.
My main concerns are:
- Do I need to take action regarding this error on my website?
- How can I prevent this error from occurring?
- Could someone explain in simple terms what this error message actually means?