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

Ghostery Desktop Browser

Results 110 user-agent-desktop issues
Sort by recently updated
recently updated
newest added

`browser/app/profile/firefox.js` Muliple prefs seem relevant: ``` pref("privacy.trackingprotection.fingerprinting.enabled", true); pref("browser.contentblocking.database.enabled", false); pref("browser.contentblocking.allowlist.storage.enabled", false); pref("browser.contentblocking.cryptomining.preferences.ui.enabled", false); pref("browser.contentblocking.fingerprinting.preferences.ui.enabled", false); ``` `browser/components/about/AboutRedirector.cpp` https://github.com/cliqz-oss/browser-f/blob/master/mozilla-release/browser/components/about/AboutRedirector.cpp#L119 `browser/components/about/components.conf` https://github.com/cliqz-oss/browser-f/blob/master/mozilla-release/browser/components/about/components.conf#L24 `browser/components/moz.build` https://github.com/cliqz-oss/browser-f/blob/master/mozilla-release/browser/components/moz.build#L51

diffspection

`browser/base/content/browser-addons.js` In case user tries to install an unsigned addon a Firefox page is shown: https://github.com/cliqz-oss/browser-f/blob/master/mozilla-release/browser/base/content/browser-addons.js#L825 We might want to customize that

branding
diffspection

Not sure what is required from branding and theming perspective to support light and dark themes. This might be relevant: https://github.com/cliqz-oss/browser-f/pull/909/

diffspection

I think this is related to proxy settings. `browser/locales/en-US/browser/preferences/connection.ftl` https://github.com/ghostery/user-agent-desktop/blob/8f59bd745702f7c76f97bc3d67472577824ac644/browser/locales/en-US/browser/preferences/connection.ftl

branding
diffspection

On some error pages (like when browser cannot load a page), a custom mascot is shown. For example: https://github.com/cliqz-oss/browser-f/blob/master/mozilla-release/browser/themes/shared/illustrations/error-connection-failure.svg Maybe we could have Ghostery versions of those? Example of place...

diffspection

`python/mozbuild/mozbuild/repackaging/msi.py` https://github.com/ghostery/user-agent-desktop/blob/8f59bd745702f7c76f97bc3d67472577824ac644/python/mozbuild/mozbuild/repackaging/msi.py#L84

diffspection

`browser/app/profile/firefox.js` https://github.com/cliqz-oss/browser-f/blob/master/mozilla-release/browser/app/profile/firefox.js#L190 `browser/base/content/browser.js` https://github.com/cliqz-oss/browser-f/blob/master/mozilla-release/browser/base/content/browser.js#L392 `browser/moz.build` (making sure adult domain bloom filter is shipped) https://github.com/ghostery/user-agent-desktop/blob/8f59bd745702f7c76f97bc3d67472577824ac644/browser/moz.build#L58 `old-configure.in` https://github.com/ghostery/user-agent-desktop/blob/8f59bd745702f7c76f97bc3d67472577824ac644/old-configure.in#L1604

diffspection

Maybe grepping for `'".+Firefox.+"'` in some specific folders, making sure we ignore comments. `browser/components/shell/ShellService.jsm` https://github.com/cliqz-oss/browser-f/blob/master/mozilla-release/browser/components/shell/ShellService.jsm https://github.com/cliqz-oss/browser-f/blob/master/mozilla-release/browser/components/shell/ShellService.jsm#L71 https://github.com/cliqz-oss/browser-f/blob/master/mozilla-release/browser/components/shell/ShellService.jsm#L76 `browser/components/shell/nsWindowsShellService.cpp` https://github.com/cliqz-oss/browser-f/blob/master/mozilla-release/browser/components/shell/nsWindowsShellService.cpp#L155

diffspection

Cliqz was a Firefox based browser so it should be possible to use same import mechanism as used to import Firefox profiles. Related: #117

It looks like we can move all custom env variables to this place: https://github.com/ghostery/user-agent-desktop/blob/78372077fcdaa8908ec17e75b7806a89b2e68219/branding/ghostery/configure.sh Candidates for the move: https://github.com/ghostery/user-agent-desktop/blob/78372077fcdaa8908ec17e75b7806a89b2e68219/build/configs/ghostery.mozconfig#L8 https://github.com/ghostery/user-agent-desktop/blob/78372077fcdaa8908ec17e75b7806a89b2e68219/ci/build-helpers.groovy#L116