Browse Source

Firefox: remove evalInSandbox

Probably we won't eval plain text code, which makes it unnecessary, also
this way the validator on AMO won't complain about it.
pull/2/head
Deathamns 10 years ago
committed by gorhill
parent
commit
4b3d6716ff
  1. 2
      platform/firefox/vapi-client.js

2
platform/firefox/vapi-client.js

@ -96,7 +96,7 @@ vAPI.messaging = {
return; return;
} }
self.injectScript(details.file || details.code, !details.file);
self.injectScript(details.file);
} }
}; };
}, },

Loading…
Cancel
Save