Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3a2fe2a authored by Aayush Gupta's avatar Aayush Gupta
Browse files

Merge tag 84.0.4147.95 from bromite



84a90016 Release 84.0.4147.95

Signed-off-by: Aayush Gupta's avatarAayush Gupta <theimpulson@e.email>
parents 750449d3 84a90016
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
# 84.0.4147.95
* show warnings for TLSv1.0/TLSv1.1 connections (fixes https://github.com/bromite/bromite/issues/645)
* fix bug with unconfigured DoH (fixes https://github.com/bromite/bromite/issues/646)

# 84.0.4147.90
* added menu item to view source of current page
* fixed dialog for SSL/TLS errors (fixes https://github.com/bromite/bromite/issues/638)
+2 −0
Original line number Diff line number Diff line
@@ -106,6 +106,7 @@ No; Bromite will support extensions only if upstream (Chromium) does, or similar
* use [CFI](https://en.wikipedia.org/wiki/Control-flow_integrity) on all architectures except x86
* disable media router and remoting by default
* disable dynamic module loading
* show warnings for TLSv1.0/TLSv1.1 pages
* enable site-per-process isolation for all devices with memory > 1GB
* completely remove safe browsing and other privacy-unfriendly features
* [proxy configuration page](https://github.com/bromite/bromite/wiki/ProxyConfiguration) with PAC and custom proxy lists support
@@ -146,6 +147,7 @@ New flags:
* `#ipv6-probing`
* `#disable-webgl`
* `#enable-device-motion` and `#enable-device-orientation`
* `#show-legacy-tls-warnings`

# Privacy limitations

+1 −1
Original line number Diff line number Diff line
84.0.4147.90
84.0.4147.95
+2 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ Reduce-HTTP-headers-in-DoH-requests-to-bare-minimum.patch
Revert-flags-remove-disable-pull-to-refresh-effect.patch
Use-dummy-DFM-installer.patch
Disable-password-reuse-detection-on-android.patch
Allow-building-without-feed-support.patch
Disable-feeds-support-by-default.patch
Disable-autofill-assistant-by-default.patch
Show-site-settings-for-cookies-javascript-and-ads.patch
Restore-enable-horizontal-tab-switcher-flag.patch
@@ -138,4 +138,5 @@ Restore-GPU-bug-blacklist-for-AImageReader-on-ARM-CPUs.patch
Update-i18n-zh_CN-support.patch
Add-a-flag-to-allow-screenshots-in-Incognito-mode.patch
Add-menu-item-to-view-source.patch
Enable-legacy-TLS-interstitital-warning.patch
Automated-domain-substitution.patch
+1 −1
Original line number Diff line number Diff line
@@ -3,4 +3,4 @@ AV1-codec-support.patch
Switch-to-fstack-protector-strong.patch
Enable-fwrapv-in-Clang-for-non-UBSan-builds.patch
Disable-password-reuse-detection-on-android.patch
Allow-building-without-feed-support.patch
Disable-feeds-support-by-default.patch
Loading