mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-08 10:47:44 -03:00
post M124 fixes
This commit is contained in:
parent
3418fe4f4f
commit
9dc76aa188
3 changed files with 4 additions and 2 deletions
|
@ -14,3 +14,5 @@
|
|||
– USB data validation bug [CVE-2023-5482](https://github.com/advisories/GHSA-7cjp-92p9-vr97) - Fixed in M120
|
||||
|
||||
– USB integer overflow bug [CVE-2023-5849](https://github.com/advisories/GHSA-pq78-6h8h-rcf4) - Fixed in M120
|
||||
|
||||
– Use after free bug [CVE-2024-4671](https://nvd.nist.gov/vuln/detail/CVE-2024-4671) - Fixed in M124
|
||||
|
|
|
@ -180,7 +180,7 @@ Allow all HEVC Video Profiles to Play Patch - https://github.com/StaZhu/enable-c
|
|||
Enable multi-threaded HEVC decoding - https://github.com/RobRich999/Chromium_Clang/blob/649f66dc041a72467c02d76e8d1fe00ee06d8276/Linux/linux64-avx.patch#L295
|
||||
- Made by RobRich999
|
||||
|
||||
Enable AC3 and EAC3 for HEVC Patch - https://github.com/Muril-o/electron-chromium-codecs/tree/main/v25.1.0
|
||||
Enable AC3 and EAC3 for HEVC Patch - https://github.com/Muril-o/electron-chromium-codecs/tree/main/v29.1.4
|
||||
- Modified by midzer and me.
|
||||
- https://github.com/Alex313031/thorium/commit/a2e49dd2fe00e4c6fa882a41e8a1a27f93bedfff AND
|
||||
- https://github.com/Alex313031/thorium/commit/7d0b4f045ce0e16ea9edb05a4dc056a1d4583752#diff-09b3d55a8198fc42186bfd6bf5869fe78b8edad6f67e75b78228446f1d7cf66f
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
"Disable Thorium Custom DNS Config",
|
||||
"Disables the custom DNS configuration used by default in Thorium. Useful when this config breaks something, "
|
||||
"due to external apps or a non-standard system DNS config setting.",
|
||||
kOsDesktop, SINGLE_VALUE_TYPE("disable-thorium-icons")},
|
||||
kOsDesktop, SINGLE_VALUE_TYPE("disable-thorium-dns-config")},
|
||||
{"side-panel-journeys",
|
||||
"Side Panel Journeys",
|
||||
"Enables Journeys within the Side Panel.",
|
||||
|
|
Loading…
Reference in a new issue