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

Commit 992d7ba7 authored by csagan5's avatar csagan5
Browse files

Release 105.0.5195.147

parent 8dcef197
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
# 105.0.5195.147
* enable HEVC by default (fixes https://github.com/bromite/bromite/issues/2331)
* partition blobs by top frame URL (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/2312)
* use first accept-language as system language for Blink (thanks to @uazo, fixes https://github.com/bromite/bromite/pull/2311)
* fix injection with back-forward cache enabled (thanks to @uazo)
* fix user scripts injection with back-forward cache enabled (thanks to @uazo)
* remove HTTP referrals in cross-origin navigation (thanks to @uazo)
* update noise factor for anti-fingerpriting mitigations only once per document (fixes https://github.com/bromite/bromite/issues/2352)
* disable add to home screen prompt (fixes https://github.com/bromite/bromite/issues/2340)

# 105.0.5195.41
# 105.0.5195.41
* revert by-pass for clipboard permissions for NTP doodles (fixes https://bugs.chromium.org/p/chromium/issues/detail?id=1334203)
* revert by-pass for clipboard permissions for NTP doodles (fixes https://bugs.chromium.org/p/chromium/issues/detail?id=1334203)
* prevent history detection via favicon (fixes https://github.com/bromite/bromite/issues/2269)
* prevent history detection via favicon (fixes https://github.com/bromite/bromite/issues/2269)
+1 −1
Original line number Original line Diff line number Diff line
e3a3a1fe718bf559be801d14660fb6f9dc9bf603-
f62e5bffd9c2c0b8c221851fa8a032f02f105141-
 No newline at end of file
 No newline at end of file
+1 −1
Original line number Original line Diff line number Diff line
105.0.5195.41
105.0.5195.147
 No newline at end of file
 No newline at end of file
+1 −1
Original line number Original line Diff line number Diff line
5923fa90d4e3587c130983442b9cf90f4c76e851
5c842aa7b24e6252ccabc8bcac8dafa4fe8ad9cd
 No newline at end of file
 No newline at end of file
+5 −0
Original line number Original line Diff line number Diff line
@@ -200,4 +200,9 @@ Re-introduce-kWebAuthCable.patch
Add-new-cache-check-function.patch
Add-new-cache-check-function.patch
Stop-cross-origin-cache-hits.patch
Stop-cross-origin-cache-hits.patch
Revert-clipboard-user-gesture-requirement-removal.patch
Revert-clipboard-user-gesture-requirement-removal.patch
Enable-HEVC-by-default.patch
Partition-blobs-by-top-frame-URL.patch
Override-Navigator-Language.patch
Disable-add-to-home-screen-prompt.patch
Remove-HTTP-referrals-in-cross-origin-navigation.patch
Automated-domain-substitution.patch
Automated-domain-substitution.patch
Loading