- 12 Nov, 2021 1 commit
-
-
boklm authored
Bug 40700: Disable addans and features recommendations
-
- 11 Nov, 2021 1 commit
-
-
Matthew Finkel authored
-
- 09 Nov, 2021 4 commits
-
-
Matthew Finkel authored
Bug 40692: Picture-in-Picture is enabled on TB 11.0
-
Matthew Finkel authored
-
Matthew Finkel authored
-
Matthew Finkel authored
Bug 40689: Change Blockchair Search provider's HTTP method
-
- 08 Nov, 2021 1 commit
-
-
Richard Pospesel authored
-
- 05 Nov, 2021 2 commits
-
-
Matthew Finkel authored
-
Matthew Finkel authored
-
- 04 Nov, 2021 5 commits
-
-
Richard Pospesel authored
-
Richard Pospesel authored
-
Richard Pospesel authored
-
Richard Pospesel authored
-
Richard Pospesel authored
-
- 02 Nov, 2021 26 commits
-
-
Matthew Finkel authored
-
Matthew Finkel authored
-
Matthew Finkel authored
Bug 40177: Update prefs for Fx91esr
-
-
Bug 1728536 - Fix compilation error with `--disable-maintenance-service`. r?#application-update-reviewers This was a regression from Bug 1658711. Differential Revision: https://phabricator.services.mozilla.com/D126715
-
-
This reverts commit ff3b679987ee9d5515508d94d78ed28166706249.
-
Richard Pospesel authored
- migrated in-page settings read/write implementation from about:preferences#tor to the TorSettings module - TorSettings initially loads settings from the tor daemon, and saves them to firefox prefs - TorSettings notifies observers when a setting has changed; currently only QuickStart notification is implemented for parity with previous preference notify logic in about:torconnect and about:preferences#tor - about:preferences#tor, and about:torconnect now read and write settings thorugh the TorSettings module - all tor settings live in the torbrowser.settings.* preference branch - removed unused pref modify permission for about:torconnect content page from AsyncPrefs.jsm
-
-
-
Richard Pospesel authored
- implements new about:torconnect page as tor-launcher replacement - adds tor connection status to url bar and tweaks UX when not online - adds new torconnect component to browser - tor process management functionality remains implemented in tor-launcher through the TorProtocolService module - the onion pattern from about:tor migrated to an .inc.xhtml file now used by both about:tor and about:torconnect - various design tweaks and resusability fixes to onion pattern - adds warning/error box to about:preferences#tor when not connected to tor - explicitly allows about:torconnect URIs to ignore Resist Fingerprinting (RFP) - various tweaks to info-pages.inc.css for about:torconnect (also affects other firefox info pages)
-
Adds a CryptoSafety actor which detects when you've copied a crypto address from a HTTP webpage and shows a warning. Closes #40209. Bug 40428: Fix string attribute names
-
-
Only use regional OS locales if the pref `intl.regional_prefs.use_os_locales` is set to true.
-
-
-
-
This checks `privacy.spoof_english` whenever `setLocales` is called from Fenix side and sets `intl.accept_languages` accordingly.
-
-
-
This loads HTTPS Everywhere as a builtin addon from a hardcoded resource:// URI in desktop. It also ensures that the non-builtin HTTPS Everywhere addon is always uninstalled on browser startup. The reason of making this desktop-only is that there are some issues when installing a builtin extension from geckoview side, making the extension not available on first startup. So, at least for now we handle the Fenix case separately. See #40118 for a followup for investigating these.
-
Firefox Ion (previously Firefox Pioneer) is an opt-in program in which people volunteer to participate in studies that collect detailed, sensitive data about how they use their browser.
-
In https://bugzilla.mozilla.org/show_bug.cgi?id=1563246 Firefox implemented fetching the Public Suffix List via RemoteSettings and replacing the default one at runtime, which we do not want.
-
-
Hide elements on about:logins that mention sync, "Firefox LockWise", and Mozilla's LockWise mobile apps. Disable the "Create New Login" button when security.nocertdb is true.
-
Restrict the Enterprise Policies mechanism to only consult a policies.json file (avoiding the Windows Registry and macOS's file system attributes). Add a few disabledByPolicy() checks to the update service to avoid extraneous (and potentially confusing) log messages when updates are disabled by policy. Sample content for distribution/policies.json: { "policies": { "DisableAppUpdate": true } } On Linux, avoid reading policies from /etc/firefox/policies/policies.json
-