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

Unverified Commit bc3ef374 authored by csagan5's avatar csagan5
Browse files

Release 78.0.3904.130

parent c941fcf1
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
# 78.0.3904.130
* support user-specified subresources filter URL (fixes https://github.com/bromite/bromite/issues/2)
* revert removal of flag for disabling pull-to-refresh effect
* fix crash when entering no DoH URL (fixes https://github.com/bromite/bromite/issues/430)
* added Peter Lowe's Ad and tracking server list (fixes https://github.com/bromite/bromite/issues/423)
* removed Startpage
* enabled dav1d_decoder

# 78.0.3904.119
* replace fixed DNS-over-HTTPS feature flag with user-customizable option
* fix background playback issue (fixes https://github.com/bromite/bromite/issues/424)
+1 −1
Original line number Diff line number Diff line
@@ -161,7 +161,7 @@ Bromite uses an unindexed filter file, which is periodically published at https:
* [EasyList](https://easylist.to/#easylist)
* [EasyPrivacy](https://easylist.to/#easyprivacy)
* [uBlock Origin](https://github.com/uBlockOrigin)

* [Peter Lowe's Ad and tracking server list](https://pgl.yoyo.org/adservers/)
# License

The patches published as part of the Bromite project are released under [GNU GPL v3](./LICENSE).
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ debuggable_apks=false
disable_android_lint=true
enable_ac3_eac3_audio_demuxing=true enable_hevc_demuxing=true enable_iterator_debugging=false
enable_av1_decoder=true
enable_dav1d_decoder=true
enable_gvr_services=false
enable_hangout_services_extension=false
enable_mdns=false
+3 −1
Original line number Diff line number Diff line
@@ -140,4 +140,6 @@ Disable-HEAD-requests-for-single-word-Omnibar-searches.patch
Block-all-connection-requests-with-qjz9zk-in-the-domain-name-or-with-a-trk-scheme.patch
Disable-some-signed-exchange-features.patch
Add-flag-to-disable-WebGL.patch
Add-user-setting-for-DNS-over-HTTPS-custom-URL.patch
Add-user-setting-for-DNS-over-HTTPS-DoH-custom-URL.patch
Revert-flags-remove-disable-pull-to-refresh-effect.patch
Add-option-to-configure-the-ad-blocker-filters-URL.patch
+516 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading