cliqz-oss / re-consent

Consent-management browser extension
https://cliqz.com/en/magazine/re-consent
Mozilla Public License 2.0
106 stars 16 forks source link

Remove page bridge #10

Closed sammacbeth closed 4 years ago

sammacbeth commented 4 years ago

Uses some Firefox specific features window.eval, window.wrappedJSObject to achieve CMP querying without injecting a script into the host page. The injection was causing rendering issues on several sites, and could be considered unsafe. This change sacrifices Chrome compatibility for doing all queries from the content-script sandbox.