binaryage/firequery

"Exposing chrome JS objects to content without __exposedProps__ is insecure and deprecated."

sasquach opened this issue · 4 comments

In firefox 15 i get following error in firebug on some pages with jquery (your test page including - http://firequery.binaryage.com/test/):

"Exposing chrome JS objects to content without exposedProps is insecure and deprecated. See https://developer.mozilla.org/en/XPConnect_wrappers for more information.
http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js
Line 2"

Looks like there is a post about this on mozilla blog: https://blog.mozilla.org/addons/2012/08/20/exposing-objects-to-content-safely/

I hope you can fix it soon.

experimental fix: 64481d3

it works for my test page, but it is ugly - I hope I will look into that more early next week