[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 31740: Remove some unnecessary RemoteSettings instances

2021-08-10 Thread boklm
commit b5848c7dcb6c6bc99e1f3f41296bf67e6b20c268 Author: Alex Catarineu Date: Wed Oct 16 23:01:12 2019 +0200 Bug 31740: Remove some unnecessary RemoteSettings instances More concretely, SearchService.jsm 'hijack-blocklists' and url-classifier-skip-urls. Avoid creating i

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 27511: Add new identity button to toolbar

2021-08-10 Thread boklm
commit 6700d7231a1512cd676d46db795f062b533b4400 Author: Alex Catarineu Date: Fri Oct 4 19:08:33 2019 +0200 Bug 27511: Add new identity button to toolbar Also added 'New circuit for this site' button to CustomizableUI, but not visible by default. --- browser/base/content/browse

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 30541: Disable WebGL readPixel() for web content

2021-08-10 Thread boklm
commit 9fc83aba577cb5a82eec5042596938d1b5c70e25 Author: Georg Koppen Date: Wed May 29 12:29:19 2019 + Bug 30541: Disable WebGL readPixel() for web content --- dom/canvas/ClientWebGLContext.cpp | 8 1 file changed, 8 insertions(+) diff --git a/dom/canvas/ClientWebGLContext.cpp

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 26345: Hide tracking protection UI

2021-08-10 Thread boklm
commit 4c4dc702cf91530cc46d1b80bcbebbe798b22613 Author: Alex Catarineu Date: Tue Sep 10 16:29:31 2019 +0200 Bug 26345: Hide tracking protection UI --- browser/base/content/browser-siteIdentity.js| 4 ++-- browser/components/about/AboutRedirector.cpp| 4

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 23247: Communicating security expectations for .onion

2021-08-10 Thread boklm
commit 2873991545f1a5b6d29291b041dd98812956f042 Author: Richard Pospesel Date: Fri Jun 8 13:38:40 2018 -0700 Bug 23247: Communicating security expectations for .onion Encrypting pages hosted on Onion Services with SSL/TLS is redundant (in terms of hiding content) as all traffic

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 31563: force reloading search extensions if extensions.enabledScopes has changed

2021-08-10 Thread boklm
commit 5136e84e8014f9a1b66db49cd2a55d61ac1bf6ba Author: Alex Catarineu Date: Sat Aug 31 16:23:20 2019 +0200 Bug 31563: force reloading search extensions if extensions.enabledScopes has changed --- toolkit/components/search/SearchService.jsm | 8 +++- 1 file changed, 7 insertions(+), 1

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 31575: Replace Firefox Home (newtab) with about:tor

2021-08-10 Thread boklm
commit be08b2e656ed2e0701f15deb685a0224c218fa4e Author: Alex Catarineu Date: Mon Sep 9 13:04:34 2019 +0200 Bug 31575: Replace Firefox Home (newtab) with about:tor Avoid loading AboutNewTab in BrowserGlue.jsm in order to avoid several network requests that we do not need. Beside

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 25658: Replace security slider with security level UI

2021-08-10 Thread boklm
commit a855fa05e7b356a919935a37e77db70451276220 Author: Richard Pospesel Date: Mon Mar 4 16:09:51 2019 -0800 Bug 25658: Replace security slider with security level UI This patch adds a new 'securitylevel' component to Tor Browser intended to replace the torbutton 'Security Slid

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 26353: Prevent speculative connect that violated FPI.

2021-08-10 Thread boklm
commit 019b1d9778a15c7e30e3a0bb9c136e756925dca4 Author: Arthur Edelstein Date: Sat Jul 14 08:50:55 2018 -0700 Bug 26353: Prevent speculative connect that violated FPI. Connections were observed in the catch-all circuit when the user entered an https or http URL in the URL bar,

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 28369: Stop shipping pingsender executable

2021-08-10 Thread boklm
commit ee1d6ac658018015aa376bf6c22afc6a1c4f2f4a Author: Alex Catarineu Date: Wed Apr 10 17:52:51 2019 +0200 Bug 28369: Stop shipping pingsender executable --- browser/app/macbuild/Contents/MacOS-files.in | 1 - browser/installer/package-manifest.in | 4 browser/in

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 21830: Copying large text from web console leaks to /tmp

2021-08-10 Thread boklm
commit 46a9764ddd89cf5ba3c351022ddee5ca32440377 Author: Georg Koppen Date: Fri Aug 4 05:55:49 2017 + Bug 21830: Copying large text from web console leaks to /tmp Patch written by Neill Miller --- widget/nsTransferable.cpp | 6 ++ 1 file changed, 6 insertions(+) diff --git

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 21431: Clean-up system extensions shipped in Firefox

2021-08-10 Thread boklm
commit 57f420ada124bde14bc74296da89829d4b63f015 Author: Kathy Brade Date: Tue May 23 17:05:29 2017 -0400 Bug 21431: Clean-up system extensions shipped in Firefox Only ship the pdfjs extension. --- browser/components/BrowserGlue.jsm| 6 ++ browser/extensions/moz.build

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 23104: Add a default line height compensation

2021-08-10 Thread boklm
commit dd4ab355f643caa200011c1a9391ee827051de1d Author: Igor Oliveira Date: Sun Dec 10 18:16:59 2017 -0200 Bug 23104: Add a default line height compensation Many fonts have issues with their vertical metrics. they are used to influence the height of ascenders and depth of d

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 16285: Exclude ClearKey system for now

2021-08-10 Thread boklm
commit cfd20967577acb0cbc9bc41a656079c160e1760f Author: Georg Koppen Date: Mon May 22 12:44:40 2017 + Bug 16285: Exclude ClearKey system for now In the past the ClearKey system had not been compiled when specifying --disable-eme. But that changed and it is even bundled nowa

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 11641: change TBB directory structure to be more like Firefox's

2021-08-10 Thread boklm
commit 855a265ab37853e5972646f67c4c4e3d7e7ffa44 Author: Kathy Brade Date: Tue Apr 29 13:08:24 2014 -0400 Bug 11641: change TBB directory structure to be more like Firefox's Unless the -osint command line flag is used, the browser now defaults to the equivalent of -no-remote. T

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Omnibox: Add DDG, Startpage, Disconnect, Youtube, Twitter; remove Amazon, eBay, bing

2021-08-10 Thread boklm
commit 504730362ead3573776e51e53f0b5c5ad078 Author: Mike Perry Date: Fri May 5 03:41:57 2017 -0700 Omnibox: Add DDG, Startpage, Disconnect, Youtube, Twitter; remove Amazon, eBay, bing eBay and Amazon don't treat Tor users very well. Accounts often get locked and payments

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 13379: Sign our MAR files.

2021-08-10 Thread boklm
commit 7e7c86b03cca9c090234a0300cb70815aa8ce012 Author: Kathy Brade Date: Wed Dec 17 16:37:11 2014 -0500 Bug 13379: Sign our MAR files. Configure with --enable-verify-mar (when updating, require a valid signature on the MAR file before it is applied). Use the Tor Browser

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 16940: After update, load local change notes.

2021-08-10 Thread boklm
commit c09f335a804946d3c5647154b413a2d89e1433d7 Author: Kathy Brade Date: Wed Nov 25 11:36:20 2015 -0500 Bug 16940: After update, load local change notes. Add an about:tbupdate page that displays the first section from TorBrowser/Docs/ChangeLog.txt and includes a link to the re

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 21724: Make Firefox and Tor Browser distinct macOS apps

2021-08-10 Thread boklm
commit 5686529f384cdfa1fd3642d07f376536c157b185 Author: teor Date: Mon Mar 13 23:06:23 2017 +1100 Bug 21724: Make Firefox and Tor Browser distinct macOS apps When macOS opens a document or selects a default browser, it sometimes uses the CFBundleSignature. Changing from the Fir

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 19121: reinstate the update.xml hash check

2021-08-10 Thread boklm
commit 65d57ed32555725fd061fdeb26c81e8bace806f8 Author: Kathy Brade Date: Mon Apr 23 15:22:57 2018 -0400 Bug 19121: reinstate the update.xml hash check Revert most changes from Mozilla Bug 1373267 "Remove hashFunction and hashValue attributes from nsIUpdatePatch and code relate

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 19273: Avoid JavaScript patching of the external app helper dialog.

2021-08-10 Thread boklm
commit 088fc3bed45dbbd228ec9421f52de6c72a3e3377 Author: Kathy Brade Date: Tue Jun 28 15:13:05 2016 -0400 Bug 19273: Avoid JavaScript patching of the external app helper dialog. When handling an external URI or downloading a file, invoke Torbutton's external app blocker componen

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 4234: Use the Firefox Update Process for Tor Browser.

2021-08-10 Thread boklm
commit f9276862e461deb113d86dd94ad68fb4c7d80722 Author: Kathy Brade Date: Fri Jan 13 11:40:24 2017 -0500 Bug 4234: Use the Firefox Update Process for Tor Browser. The following files are never updated: TorBrowser/Data/Browser/profiles.ini TorBrowser/Data/Browser/profile

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 18821: Disable libmdns for Android and Desktop

2021-08-10 Thread boklm
commit 7242be2554ad30ed63310ad929efa551cc22ce23 Author: Georg Koppen Date: Wed Apr 20 14:34:50 2016 + Bug 18821: Disable libmdns for Android and Desktop There should be no need to remove the OS X support introduced in https://bugzilla.mozilla.org/show_bug.cgi?id=1225726 as

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 18800: Remove localhost DNS lookup in nsProfileLock.cpp

2021-08-10 Thread boklm
commit 025c3f018eccb73c2cbf4c33422da20e837eaad8 Author: Kathy Brade Date: Thu Apr 21 10:40:26 2016 -0400 Bug 18800: Remove localhost DNS lookup in nsProfileLock.cpp Instead of using the local computer's IP address within symlink-based profile lock signatures, always use 127.0.0

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 16620: Clear window.name when no referrer sent

2021-08-10 Thread boklm
commit 6a653e6795f8ee96f0f56265bce241d01ecb9cf5 Author: Kathy Brade Date: Fri Oct 30 14:28:13 2015 -0400 Bug 16620: Clear window.name when no referrer sent Convert JS implementation (within Torbutton) to a C++ browser patch. --- docshell/base/nsDocShell.cpp | 60

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 13252: Do not store data in the app bundle

2021-08-10 Thread boklm
commit c5ae292f16c13832844982dd5684f8d2781cf74d Author: Kathy Brade Date: Fri Mar 18 14:20:02 2016 -0400 Bug 13252: Do not store data in the app bundle When --enable-tor-browser-data-outside-app-dir is enabled, all user data is stored in a directory named TorBrowser-Data wh

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 13028: Prevent potential proxy bypass cases.

2021-08-10 Thread boklm
commit 30e09d2bf509cc28379be8dfbcc9c55023625579 Author: Mike Perry Date: Mon Sep 29 14:30:19 2014 -0700 Bug 13028: Prevent potential proxy bypass cases. It looks like these cases should only be invoked in the NSS command line tools, and not the browser, but I decided to patch t

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 14631: Improve profile access error messages.

2021-08-10 Thread boklm
commit 690cf961caa18cff86e86fae00592996b5d51394 Author: Kathy Brade Date: Tue Feb 24 13:50:23 2015 -0500 Bug 14631: Improve profile access error messages. Instead of always reporting that the profile is locked, display specific messages for "access denied" and "read-only file s

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Add TorStrings module for localization

2021-08-10 Thread boklm
commit babcf73b73d40e1a9788cee45e618d3c19451efc Author: Alex Catarineu Date: Fri Jul 24 21:15:20 2020 +0200 Add TorStrings module for localization --- browser/modules/TorStrings.jsm | 490 + browser/modules/moz.build | 1 + 2 files changed, 49

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 16439: Remove screencasting code

2021-08-10 Thread boklm
commit 6b38670686582b7c7befdacba619bfca20dedd54 Author: Kathy Brade Date: Wed Jun 24 11:01:11 2015 -0400 Bug 16439: Remove screencasting code We avoid including the screencasting code on mobile (it got ripped out for desktop in bug 1393582) by simply excluding the related JS mo

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 3547: Block all plugins.

2021-08-10 Thread boklm
commit eb64a6cf717e87eec454750d095319893cf7415f Author: Mike Perry Date: Tue Dec 4 16:03:13 2012 -0800 Bug 3547: Block all plugins. We cannot use the @mozilla.org/extensions/blocklist;1 service, because we actually want to stop plugins from ever entering the browser's process s

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 9173: Change the default Firefox profile directory to be TBB-relative.

2021-08-10 Thread boklm
commit e306b927cf0206168d9e445c8769ae8f3fdaa1b7 Author: Kathy Brade Date: Fri Oct 18 15:20:06 2013 -0400 Bug 9173: Change the default Firefox profile directory to be TBB-relative. This should eliminate our need to rely on a wrapper script that sets /Users/arthur and launches Fi

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 12620: TorBrowser regression tests

2021-08-10 Thread boklm
commit f9442fb41f16795d87209c21c556c165e8485dc2 Author: Arthur Edelstein Date: Wed Aug 27 16:25:00 2014 -0700 Bug 12620: TorBrowser regression tests Regression tests for Bug #2950: Make Permissions Manager memory-only Regression tests for TB4: Tor Browser's Firefox prefere

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 10760: Integrate TorButton to TorBrowser core

2021-08-10 Thread boklm
commit 0af0bd5c4ae05c34dfd4f5570ece03641211a595 Author: Alex Catarineu Date: Wed Feb 19 23:05:08 2020 +0100 Bug 10760: Integrate TorButton to TorBrowser core Because of the non-restartless nature of Torbutton, it required a two-stage installation process. On mobile, it was a pr

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 12974: Disable NTLM and Negotiate HTTP Auth

2021-08-10 Thread boklm
commit 6e1084fa0bf4e9ae6df91bc6b74534a44848f67a Author: Mike Perry Date: Wed Aug 27 15:19:10 2014 -0700 Bug 12974: Disable NTLM and Negotiate HTTP Auth This is technically an embargoed Mozilla bug, so I probably shouldn't provide too many details. Suffice to say that

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 28044: Integrate Tor Launcher into tor-browser

2021-08-10 Thread boklm
commit 5326c13e544e9007c8c07b1cecf20d83bd5bd522 Author: Kathy Brade Date: Tue Feb 26 10:07:17 2019 -0500 Bug 28044: Integrate Tor Launcher into tor-browser Build and package Tor Launcher as part of the browser (similar to how pdfjs is handled). If a Tor Launcher extens

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 1642404 - add an option to show that an update is being downloaded r=bytesized, fluent-reviewers, flod

2021-08-10 Thread boklm
commit 8c3eb1b50482647dd14e3a04e896d37a300ef1d7 Author: Mark Smith Date: Mon Jun 22 20:24:46 2020 + Bug 1642404 - add an option to show that an update is being downloaded r=bytesized,fluent-reviewers,flod Add support for a hidden preference named app.update.notifyDuringDownloa

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] TB4: Tor Browser's Firefox preference overrides.

2021-08-10 Thread boklm
commit 7e0d9b147124647a405357bfd73652f855c024a5 Author: Mike Perry Date: Tue Sep 10 18:20:43 2013 -0700 TB4: Tor Browser's Firefox preference overrides. This hack directly includes our preference changes in omni.ja. Bug 18292: Staged updates fail on Windows Tempor

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 1642754 - Update prompts should not depend on how update was initiated r=bytesized

2021-08-10 Thread boklm
commit 9efd0b8f61a468ae3aaf6a318f9bb3c94c27b719 Author: Mark Smith Date: Wed Jun 17 19:24:09 2020 + Bug 1642754 - Update prompts should not depend on how update was initiated r=bytesized Show update badge and doorhanger when entering the "pending" state for foreground upda

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] Bug 1585470 - Remove duplicate cpu-features.c definition when building GV without webrtc r=glandium

2021-08-10 Thread boklm
commit 35663d379ad0d0d0469a4d69247029a6fd225b95 Author: Matthew Finkel Date: Thu Jul 9 19:10:34 2020 + Bug 1585470 - Remove duplicate cpu-features.c definition when building GV without webrtc r=glandium Differential Revision: https://phabricator.services.mozilla.com/D82120 ---

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-2] TB3: Tor Browser's official .mozconfigs.

2021-08-10 Thread boklm
commit 4f3de7df9b0ab2b781d915ae53f4184eba832363 Author: Mike Perry Date: Mon May 6 15:51:06 2013 -0700 TB3: Tor Browser's official .mozconfigs. Also: Bug #9829.1: new .mozconfig file for the new cross-compiler and ESR24 Changes needed to build Mac in 64bit Bug 10715: En

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2021-08-10 Thread translation
commit 6f8c25cb03764c671da80f6d9c0b47653c3d3b45 Author: Translation commit bot Date: Tue Aug 10 16:47:44 2021 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+es.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contents+es.

[tor-commits] [tpo/master] Add new Tor Browser version 10.5.4

2021-08-10 Thread sysrqb
commit fce351a4464e1319bfc716d5eaf72d03ba017408 Author: Matthew Finkel Date: Tue Aug 10 16:39:21 2021 + Add new Tor Browser version 10.5.4 --- databags/versions.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/databags/versions.ini b/databags/versions.ini i

[tor-commits] [translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal

2021-08-10 Thread translation
commit 6d4737e5141c948470014bfcde86df07795cd555 Author: Translation commit bot Date: Tue Aug 10 16:17:30 2021 + https://gitweb.torproject.org/translation.git/commit/?h=support-portal --- contents+es.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contents+es.

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 40416: Add v2 Onion deprecation warnings

2021-08-10 Thread boklm
commit de427d8082055f1cb30ef6f85076fd1b55902033 Author: Richard Pospesel Date: Fri May 21 22:18:23 2021 +0200 Bug 40416: Add v2 Onion deprecation warnings - adds new v2 deprecated warning page (js and styling) that piggy-backs off of the existing added onion service errors

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 40475: Include clearing CORS preflight cache

2021-08-10 Thread boklm
commit 7a05e6c2cff8839f0e6c02050cc9b1378f5920bc Author: Matthew Finkel Date: Sun Jun 6 20:32:23 2021 + Bug 40475: Include clearing CORS preflight cache --- netwerk/protocol/http/nsCORSListenerProxy.cpp | 7 +++ netwerk/protocol/http/nsCORSListenerProxy.h | 1 + netwerk/protocol/h

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 27476: Implement about:torconnect captive portal within Tor Browser

2021-08-10 Thread boklm
commit 043d5065129f289ac2def12ab968b4b938ec3f23 Author: Richard Pospesel Date: Wed Apr 28 23:09:34 2021 -0500 Bug 27476: Implement about:torconnect captive portal within Tor Browser - implements new about:torconnect page as tor-launcher replacement - adds tor connection status

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 1658881 - When failing to create a channel and an image request, make sure to set the image blocking status appropriately. r=tnikkel

2021-08-10 Thread boklm
commit 59ec77a552e9617d2f90f115aa47d118082ed8c0 Author: Emilio Cobos Álvarez Date: Wed Sep 9 22:58:29 2020 + Bug 1658881 - When failing to create a channel and an image request, make sure to set the image blocking status appropriately. r=tnikkel This is the same status as we

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 33342: Avoid disconnect search addon error after removal.

2021-08-10 Thread boklm
commit f58e445520e7091e757a4118bad070c00ee9906b Author: Alex Catarineu Date: Fri Mar 13 18:19:30 2020 +0100 Bug 33342: Avoid disconnect search addon error after removal. We removed the addon in #32767, but it was still being loaded from addonStartup.json.lz4 and throwing an err

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 1650281 - P2: Make sure `gCombinedSizes` won't be underflowed r=gerald

2021-08-10 Thread boklm
commit befc931813505a24005a511ca074b622add0df3c Author: Chun-Min Chang Date: Tue Jul 21 23:39:14 2020 + Bug 1650281 - P2: Make sure `gCombinedSizes` won't be underflowed r=gerald In any case, `gCombinedSizes` should be larger than or equal to the buffer within `MemoryClockC

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 40166: Disable security.certerrors.mitm.auto_enable_enterprise_roots

2021-08-10 Thread boklm
commit c37fe3483eb48f90aaa6672487c8e8d2500be678 Author: Alex Catarineu Date: Fri Oct 9 12:55:35 2020 +0200 Bug 40166: Disable security.certerrors.mitm.auto_enable_enterprise_roots --- browser/app/profile/000-tor-browser.js | 3 +++ browser/components/BrowserGlue.jsm | 14 +

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 28125 - Prevent non-Necko network connections

2021-08-10 Thread boklm
commit 74757dcf0c5e5507b4ca0f631677fe43c7e1ae50 Author: Matthew Finkel Date: Thu Oct 25 19:17:09 2018 + Bug 28125 - Prevent non-Necko network connections --- .../gecko/media/GeckoMediaDrmBridgeV21.java| 49 +- .../exoplayer2/upstream/DefaultHttpDataSource.ja

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Adding issue template for bugs.

2021-08-10 Thread boklm
commit 14e8695a9e3bb4a3bfb5200fed7f7ce14685bd30 Author: Gaba Date: Mon Jun 28 11:44:16 2021 -0700 Adding issue template for bugs. --- .gitlab/issue_templates/UXBug.md | 29 + .gitlab/issue_templates/bug.md | 32 2 files changed

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 40025: Remove Mozilla add-on install permissions

2021-08-10 Thread boklm
commit 449a71c2cfd1a5adc5ecb6dcb9ae75cd67ffe24b Author: Alex Catarineu Date: Mon Jul 27 18:12:55 2020 +0200 Bug 40025: Remove Mozilla add-on install permissions --- browser/app/permissions | 6 -- 1 file changed, 6 deletions(-) diff --git a/browser/app/permissions b/browser/app/permis

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] 40209: Implement Basic Crypto Safety

2021-08-10 Thread boklm
commit 73e98cedbaf223c407e72f1eee1f53924d7316b6 Author: sanketh Date: Mon Feb 8 20:12:44 2021 -0500 40209: Implement Basic Crypto Safety Adds a CryptoSafety actor which detects when you've copied a crypto address from a HTTP webpage and shows a warning. Closes #40209.

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 21952: Implement Onion-Location

2021-08-10 Thread boklm
commit 4432b7d0ba87dd4b289b07153200fa1f9c43525f Author: Alex Catarineu Date: Thu Mar 5 22:16:39 2020 +0100 Bug 21952: Implement Onion-Location Whenever a valid Onion-Location HTTP header (or corresponding HTML http-equiv attribute) is found in a document load, we either re

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 40073: Disable remote Public Suffix List fetching

2021-08-10 Thread boklm
commit db6d17d6d1a8580b395e5656e8c3516dac2ba606 Author: Alex Catarineu Date: Thu Aug 13 11:05:03 2020 +0200 Bug 40073: Disable remote Public Suffix List fetching In https://bugzilla.mozilla.org/show_bug.cgi?id=1563246 Firefox implemented fetching the Public Suffix List via Remo

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 40432: Prevent probing installed applications

2021-08-10 Thread boklm
commit 77e90b781a43fb638532c0dfc95106980c22c92d Author: Matthew Finkel Date: Mon May 17 18:09:09 2021 + Bug 40432: Prevent probing installed applications --- .../exthandler/nsExternalHelperAppService.cpp | 30 ++ 1 file changed, 25 insertions(+), 5 deletions(-)

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 28005: Implement .onion alias urlbar rewrites

2021-08-10 Thread boklm
commit 613930acd061c7a6c23518e4f2d04492f7cb1e5e Author: Alex Catarineu Date: Thu Feb 13 13:24:33 2020 +0100 Bug 28005: Implement .onion alias urlbar rewrites A custom HTTPS Everywhere update channel is installed, which provides rules for locally redirecting some memorable .

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 40002: Remove about:pioneer

2021-08-10 Thread boklm
commit 62089b8574f283b5560652c426388e782b4e062a Author: Kathy Brade Date: Fri Aug 14 09:06:33 2020 -0400 Bug 40002: Remove about:pioneer Firefox Pioneer is an opt-in program in which people volunteer to participate in studies that collect detailed, sensitive data about how

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 33852: Clean up about:logins (LockWise) to avoid mentioning sync, etc.

2021-08-10 Thread boklm
commit e63d40e644f1f371dc564cadbb62d5442a87fc05 Author: Kathy Brade Date: Tue Jul 14 11:15:07 2020 -0400 Bug 33852: Clean up about:logins (LockWise) to avoid mentioning sync, etc. Hide elements on about:logins that mention sync, "Firefox LockWise", and Mozilla's LockWise mobile

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 32418: Allow updates to be disabled via an enterprise policy.

2021-08-10 Thread boklm
commit f68b667fed544ab6428d24c1c2f65a0addfdb312 Author: Kathy Brade Date: Thu Apr 16 17:07:09 2020 -0400 Bug 32418: Allow updates to be disabled via an enterprise policy. Restrict the Enterprise Policies mechanism to only consult a policies.json file (avoiding the Windows Regis

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 1673237 - Always allow SVGs on about: pages r=acat, tjr, emilio

2021-08-10 Thread boklm
commit 35fc01f1a2b786642a69d7930002150bb6794777 Author: sanketh Date: Tue Nov 3 17:34:20 2020 + Bug 1673237 - Always allow SVGs on about: pages r=acat,tjr,emilio - Updated layout/svg/tests/test_disabled.html to ensure that this doesn't allow rendering SVGs on about:blank

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 40091: Load HTTPS Everywhere as a builtin addon in desktop

2021-08-10 Thread boklm
commit 9ff57bcbadd408147bf760986d22109b9aec6f62 Author: Alex Catarineu Date: Fri Sep 4 12:34:35 2020 +0200 Bug 40091: Load HTTPS Everywhere as a builtin addon in desktop This loads HTTPS Everywhere as a builtin addon from a hardcoded resource:// URI in desktop. It also ensures

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 1650281 - P1: Widen `gCombinedSizes` once the buffers grow r=gerald

2021-08-10 Thread boklm
commit e4acb3fbc9aeb28bb90c168e6315e549d7d74891 Author: Chun-Min Chang Date: Tue Jul 21 23:38:57 2020 + Bug 1650281 - P1: Widen `gCombinedSizes` once the buffers grow r=gerald The `gCombinedSizes` need to be enlarged once the inner buffer within `MemoryBlockCache` grows. Ot

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Orfox: Centralized proxy applied to AbstractCommunicator and BaseResources.

2021-08-10 Thread boklm
commit b58142b261000b41bccd848bd41cb00bf47613e5 Author: Amogh Pradeep Date: Fri Jun 12 02:07:45 2015 -0400 Orfox: Centralized proxy applied to AbstractCommunicator and BaseResources. See Bug 1357997 for partial uplift. Also: Bug 28051 - Use our Orbot for proxying our c

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 25741 - TBA: Disable GeckoNetworkManager

2021-08-10 Thread boklm
commit 0aa580de6f983b68e31e5a63daba0940daa2d87a Author: Matthew Finkel Date: Thu Apr 26 22:22:51 2018 + Bug 25741 - TBA: Disable GeckoNetworkManager The browser should not need information related to the network interface or network state, tor should take care of that. ---

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 24796 - Comment out excess permissions from GeckoView

2021-08-10 Thread boklm
commit f8b174b3fb96e14cb2a6a8215ea8572dbe9fbef8 Author: Matthew Finkel Date: Wed Apr 11 17:52:59 2018 + Bug 24796 - Comment out excess permissions from GeckoView The GeckoView AndroidManifest.xml is not preprocessed unlike Fennec's manifest, so we can't use the ifdef prepro

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#tor

2021-08-10 Thread boklm
commit 6a63a7f3c8839405b1ece5161f41b799fdd33b0c Author: Richard Pospesel Date: Mon Sep 16 15:25:39 2019 -0700 Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#tor This patch adds a new about:preferences#tor page which allows modifying brid

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 30237: Add v3 onion services client authentication prompt

2021-08-10 Thread boklm
commit 2f4412a34f8b8ae2be2ea62302c526b0e1aed860 Author: Kathy Brade Date: Tue Nov 12 16:11:05 2019 -0500 Bug 30237: Add v3 onion services client authentication prompt When Tor informs the browser that client authentication is needed, temporarily load about:blank instead of abou

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 32658: Create a new MAR signing key

2021-08-10 Thread boklm
commit c52d3c57da0e9efd25bb678188d44664d60eaae3 Author: Georg Koppen Date: Fri Jan 17 12:54:31 2020 + Bug 32658: Create a new MAR signing key It's time for our rotation again: Move the backup key in the front position and add a new backup key. squash! Bug 32658: Cr

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 32220: Improve the letterboxing experience

2021-08-10 Thread boklm
commit 2f673412c58312f1d677fed7ab4aab92ce5280f6 Author: Richard Pospesel Date: Mon Oct 28 17:42:17 2019 -0700 Bug 32220: Improve the letterboxing experience CSS and JS changes to alter the UX surrounding letterboxing. The browser element containing page content is now anchored

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 13543: Spoof smooth and powerEfficient for Media Capabilities

2021-08-10 Thread boklm
commit 1878e52e993c7a720c82bf22f2cfdee90820e9e3 Author: Alex Catarineu Date: Thu Oct 10 15:08:12 2019 +0200 Bug 13543: Spoof smooth and powerEfficient for Media Capabilities --- dom/media/mediacapabilities/MediaCapabilities.cpp | 5 + 1 file changed, 5 insertions(+) diff --git a/dom/m

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 27604: Fix addon issues when moving TB directory

2021-08-10 Thread boklm
commit 155bd4b65e9777ae5a0049cd21b9e5bbd294db56 Author: Alex Catarineu Date: Wed Oct 30 10:44:48 2019 +0100 Bug 27604: Fix addon issues when moving TB directory --- toolkit/mozapps/extensions/internal/XPIProvider.jsm | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 32092: Fix Tor Browser Support link in preferences

2021-08-10 Thread boklm
commit cc4a3f10f859be978d6ff3a49fd48e5ba92fdef3 Author: Alex Catarineu Date: Tue Oct 15 22:54:10 2019 +0200 Bug 32092: Fix Tor Browser Support link in preferences --- browser/components/preferences/preferences.js | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/brows

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 31740: Remove some unnecessary RemoteSettings instances

2021-08-10 Thread boklm
commit 29a4b6dab4ee303bed18d77491de8678a16c6ceb Author: Alex Catarineu Date: Wed Oct 16 23:01:12 2019 +0200 Bug 31740: Remove some unnecessary RemoteSettings instances More concretely, SearchService.jsm 'hijack-blocklists' and url-classifier-skip-urls. Avoid creating i

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 31607: App menu items stop working on macOS

2021-08-10 Thread boklm
commit 8d918d7a701bfc66379db923833a7b2c87647506 Author: Kathy Brade Date: Thu Oct 3 10:53:43 2019 -0400 Bug 31607: App menu items stop working on macOS Avoid re-creating the hidden window, since this causes the nsMenuBarX object that is associated with the app menu to be freed

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 30541: Disable WebGL readPixel() for web content

2021-08-10 Thread boklm
commit b513be21ddb0be99646f5a3dbe8582247723ee20 Author: Georg Koppen Date: Wed May 29 12:29:19 2019 + Bug 30541: Disable WebGL readPixel() for web content --- dom/canvas/ClientWebGLContext.cpp | 8 1 file changed, 8 insertions(+) diff --git a/dom/canvas/ClientWebGLContext.cpp

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 27511: Add new identity button to toolbar

2021-08-10 Thread boklm
commit aa390bca7fb2c34b10643c0336812eba01f9425e Author: Alex Catarineu Date: Fri Oct 4 19:08:33 2019 +0200 Bug 27511: Add new identity button to toolbar Also added 'New circuit for this site' button to CustomizableUI, but not visible by default. --- browser/base/content/browse

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 26345: Hide tracking protection UI

2021-08-10 Thread boklm
commit 66df8c5cac2ff590ae09fcc6446afd3bc6e536ea Author: Alex Catarineu Date: Tue Sep 10 16:29:31 2019 +0200 Bug 26345: Hide tracking protection UI --- browser/base/content/browser-siteIdentity.js| 4 ++-- browser/components/about/AboutRedirector.cpp| 4

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 31575: Replace Firefox Home (newtab) with about:tor

2021-08-10 Thread boklm
commit 12b365e6148de4db3f264ce8b41b67205b01ff93 Author: Alex Catarineu Date: Mon Sep 9 13:04:34 2019 +0200 Bug 31575: Replace Firefox Home (newtab) with about:tor Avoid loading AboutNewTab in BrowserGlue.jsm in order to avoid several network requests that we do not need. Beside

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 31563: force reloading search extensions if extensions.enabledScopes has changed

2021-08-10 Thread boklm
commit eded7cef92c3ffddd27d0280107dfc4f4ca3b5bb Author: Alex Catarineu Date: Sat Aug 31 16:23:20 2019 +0200 Bug 31563: force reloading search extensions if extensions.enabledScopes has changed --- toolkit/components/search/SearchService.jsm | 8 +++- 1 file changed, 7 insertions(+), 1

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 23247: Communicating security expectations for .onion

2021-08-10 Thread boklm
commit 9fe0bca4d758234e812828f9813477a3941853af Author: Richard Pospesel Date: Fri Jun 8 13:38:40 2018 -0700 Bug 23247: Communicating security expectations for .onion Encrypting pages hosted on Onion Services with SSL/TLS is redundant (in terms of hiding content) as all traffic

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 23104: Add a default line height compensation

2021-08-10 Thread boklm
commit 8d739cde645e5b84127f0cd86f043e88b320b4d4 Author: Igor Oliveira Date: Sun Dec 10 18:16:59 2017 -0200 Bug 23104: Add a default line height compensation Many fonts have issues with their vertical metrics. they are used to influence the height of ascenders and depth of d

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 28369: Stop shipping pingsender executable

2021-08-10 Thread boklm
commit 5f68154e354cb96f4220fde264f18d3340d619df Author: Alex Catarineu Date: Wed Apr 10 17:52:51 2019 +0200 Bug 28369: Stop shipping pingsender executable --- browser/app/macbuild/Contents/MacOS-files.in | 1 - browser/installer/package-manifest.in | 4 browser/in

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 25658: Replace security slider with security level UI

2021-08-10 Thread boklm
commit 0cbea3de84c4fe619622b523b3f17533075b3282 Author: Richard Pospesel Date: Mon Mar 4 16:09:51 2019 -0800 Bug 25658: Replace security slider with security level UI This patch adds a new 'securitylevel' component to Tor Browser intended to replace the torbutton 'Security Slid

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Omnibox: Add DDG, Startpage, Disconnect, Youtube, Twitter; remove Amazon, eBay, bing

2021-08-10 Thread boklm
commit a764a98c9dfb1a7f3aacd643df6ca36c4af1010e Author: Mike Perry Date: Fri May 5 03:41:57 2017 -0700 Omnibox: Add DDG, Startpage, Disconnect, Youtube, Twitter; remove Amazon, eBay, bing eBay and Amazon don't treat Tor users very well. Accounts often get locked and payments

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 16940: After update, load local change notes.

2021-08-10 Thread boklm
commit da27d95da9e5858baa0157892d717b39878e532b Author: Kathy Brade Date: Wed Nov 25 11:36:20 2015 -0500 Bug 16940: After update, load local change notes. Add an about:tbupdate page that displays the first section from TorBrowser/Docs/ChangeLog.txt and includes a link to the re

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 21830: Copying large text from web console leaks to /tmp

2021-08-10 Thread boklm
commit 51eba34be70cda79bfca398a349cc1830e92bd24 Author: Georg Koppen Date: Fri Aug 4 05:55:49 2017 + Bug 21830: Copying large text from web console leaks to /tmp Patch written by Neill Miller --- widget/nsTransferable.cpp | 6 ++ 1 file changed, 6 insertions(+) diff --git

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 26353: Prevent speculative connect that violated FPI.

2021-08-10 Thread boklm
commit f9d6ce0b17b748064051fcb87c6a2908dbed724c Author: Arthur Edelstein Date: Sat Jul 14 08:50:55 2018 -0700 Bug 26353: Prevent speculative connect that violated FPI. Connections were observed in the catch-all circuit when the user entered an https or http URL in the URL bar,

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 21431: Clean-up system extensions shipped in Firefox

2021-08-10 Thread boklm
commit 3f3dc0987f7cd39c810525fbd45cce250585d5a9 Author: Kathy Brade Date: Tue May 23 17:05:29 2017 -0400 Bug 21431: Clean-up system extensions shipped in Firefox Only ship the pdfjs extension. --- browser/components/BrowserGlue.jsm| 6 ++ browser/extensions/moz.build

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 4234: Use the Firefox Update Process for Tor Browser.

2021-08-10 Thread boklm
commit d597680db26b813bb1be4b77ffe7fa8ae5e5b2ea Author: Kathy Brade Date: Fri Jan 13 11:40:24 2017 -0500 Bug 4234: Use the Firefox Update Process for Tor Browser. The following files are never updated: TorBrowser/Data/Browser/profiles.ini TorBrowser/Data/Browser/profile

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 19273: Avoid JavaScript patching of the external app helper dialog.

2021-08-10 Thread boklm
commit baeefaced69a711994ca28afe45c391130438b38 Author: Kathy Brade Date: Tue Jun 28 15:13:05 2016 -0400 Bug 19273: Avoid JavaScript patching of the external app helper dialog. When handling an external URI or downloading a file, invoke Torbutton's external app blocker componen

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 21724: Make Firefox and Tor Browser distinct macOS apps

2021-08-10 Thread boklm
commit 606c371cb333db8930b93bb8cc20e2ae1c7718b6 Author: teor Date: Mon Mar 13 23:06:23 2017 +1100 Bug 21724: Make Firefox and Tor Browser distinct macOS apps When macOS opens a document or selects a default browser, it sometimes uses the CFBundleSignature. Changing from the Fir

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 13379: Sign our MAR files.

2021-08-10 Thread boklm
commit d6a5594fe22f19b19ffed036d8662824ebd7d8ed Author: Kathy Brade Date: Wed Dec 17 16:37:11 2014 -0500 Bug 13379: Sign our MAR files. Configure with --enable-verify-mar (when updating, require a valid signature on the MAR file before it is applied). Use the Tor Browser

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 19121: reinstate the update.xml hash check

2021-08-10 Thread boklm
commit c0e0295470697fd5dcbf61d565495c003606d08f Author: Kathy Brade Date: Mon Apr 23 15:22:57 2018 -0400 Bug 19121: reinstate the update.xml hash check Revert most changes from Mozilla Bug 1373267 "Remove hashFunction and hashValue attributes from nsIUpdatePatch and code relate

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 16285: Exclude ClearKey system for now

2021-08-10 Thread boklm
commit 10d50e71255ff77ac7c620f7c06e349921eb8a8f Author: Georg Koppen Date: Mon May 22 12:44:40 2017 + Bug 16285: Exclude ClearKey system for now In the past the ClearKey system had not been compiled when specifying --disable-eme. But that changed and it is even bundled nowa

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 11641: change TBB directory structure to be more like Firefox's

2021-08-10 Thread boklm
commit 679c7e3622f6050706046028ef3beb22cac9cd6f Author: Kathy Brade Date: Tue Apr 29 13:08:24 2014 -0400 Bug 11641: change TBB directory structure to be more like Firefox's Unless the -osint command line flag is used, the browser now defaults to the equivalent of -no-remote. T

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 18821: Disable libmdns for Android and Desktop

2021-08-10 Thread boklm
commit 39cc4793ba8100032caf1105bc090019f750032e Author: Georg Koppen Date: Wed Apr 20 14:34:50 2016 + Bug 18821: Disable libmdns for Android and Desktop There should be no need to remove the OS X support introduced in https://bugzilla.mozilla.org/show_bug.cgi?id=1225726 as

[tor-commits] [tor-browser/tor-browser-78.13.0esr-11.0-1] Bug 16620: Clear window.name when no referrer sent

2021-08-10 Thread boklm
commit 6e6decf232840962c66292c198cea963ad37a7e2 Author: Kathy Brade Date: Fri Oct 30 14:28:13 2015 -0400 Bug 16620: Clear window.name when no referrer sent Convert JS implementation (within Torbutton) to a C++ browser patch. --- docshell/base/nsDocShell.cpp | 60

<    1   2   3   >