user-agent-desktop icon indicating copy to clipboard operation
user-agent-desktop copied to clipboard

Disable DOM Push API?

Open remusao opened this issue 4 years ago • 0 comments

browser/app/profile/firefox.js https://github.com/cliqz-oss/browser-f/blob/master/mozilla-release/browser/app/profile/firefox.js#L1810 pref("dom.push.enabled", false); (default: true), comment // CLIQZ. Not used until further investigation

Is this related? browser/components/BrowserGlue.jsm https://github.com/cliqz-oss/browser-f/blob/master/mozilla-release/browser/components/BrowserGlue.jsm#L2441

Is this related? modules/libpref/init/all.js https://github.com/ghostery/user-agent-desktop/blob/8f59bd745702f7c76f97bc3d67472577824ac644/modules/libpref/init/all.js#L4189

remusao avatar Sep 11 '20 13:09 remusao