Telegram for Desktop

最新版本 Basilisk Browser 2023.01.07 (64-bit)

Basilisk Browser 2023.01.07 (64-bit)

Basilisk Browser 2023.01.07 (64-bit)
Telegram for Desktop 是一款專注於速度和安全性的通訊應用程序,它的超級快速,簡單和免費。您可以同時在所有設備上使用“電報”(&M); 您的郵件可以在任何數量的手機,平板電腦或電腦上無縫同步。下載電報離線安裝程序安裝 PC!

使用電報,您可以發送任何類型的消息,照片,視頻和文件(doc,zip,mp3 等),以及創建多達 1000 人的頻道或無限制頻道觀眾。您可以寫信給您的手機聯繫人,並通過用戶名查找人員。因此,電報就像短信和電子郵件的組合 - 並可以照顧您的個人或商業消息需求。您可以通過點擊免費下載按鈕,從我們的網站上下載 PC 離線安裝程序的電報.

您可以使用電報做什麼?
從大多數遠程位置連接。協調多達 1000 名成員的小組。同步所有設備上的聊天。發送任何類型的文件。加密個人和商業機密。用計時器摧毀你的信息。將您的媒體存儲在雲中。在我們的 API 上構建您自己的工具。享受客戶的反饋。注:需要有效的電話號碼.

也可用:下載電報 Mac

ScreenShot

軟體資訊
檔案版本 Basilisk Browser 2023.01.07 (64-bit)

檔案名稱 basilisk-20230108041406.win64.installer.exe
檔案大小
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 開源軟體
作者 Telegram Team
官網 https://desktop.telegram.org/
更新日期 2023-01-07
更新日誌

What's new in this version:

Basilisk Browser 2023.01.07 (64-bit)
This is a major development, bugfix and security release:
- Added support for the JPEG-XL image format
- Implemented regular expressions lookaround/lookbehind
- Aligned CORS header parsing with the updated spec. See implementation notes
- We no longer fire keypress events for non-printable keys. See implementation notes
- Added support for MacOS 13 "Ventura" in the platform, primarily benefitting White Star
- Fixed potentially problematic thread locking code on *nix platforms
- Fixed some small issues in the display and operation of the Web Developer tools
- Removed unused but performance-impacting panning and tab animation measuring code. (telemetry leftovers
- Improved code for SunOS builds
- Updated Internationalization data for time zones
- Fixed a buffer overflow for Mac builds
- Fixed an issue with plugins not receiving keypress events properly
- Added some extra sanity checks to our zip/jar/xpi reader to avoid issues with corrupt archives
- Aligned cookie checks with RFC 6265 bis. See implementation notes
- Removed obsolete code in Windows widgets that could cause potential issues with long paths and file names on supported versions
- Fixed several crashes
- Security issues addressed: CVE-2022-45411, CVE-2022-46876, CVE-2022-46874 and several others that do not have a CVE numbe
- UXP Mozilla security patch summary: 6 fixed, 1 DiD, 1 deferred, 45 not applicable

Implementation notes:
- RFC 6265 has been worked on with draft changes describing how cookies are actually being handled in the real world, in the bis versions of the RFC. While these changes have not yet been finalized, browsers in general do adhere to the latest available bis version of this RFC. Specifically, the long-standing exceptions for cookie names and values have been formalized, e.g. having quoted values. Our behavior has changed in that we now once again accept Tab characters (0x09) which is the one excluded control character from the range that is otherwise forbidden. We also no longer apply these checks exclusively to those in http headers, and any way of setting cookies must now adhere to the valid range. Cookies that fail these range checks for valid characters will be ignored.
- CORS support has been updated to the current spec. Most importantly, Basilisk now accepts wildcard entries ("*") for the CORS statements Access-Control-Expose-Headers, Access-Control-Allow-Headers and Access-Control-Allow-Method. Note that wildcards are ignored (according to the spec) when credentials are passed.
- Basilisk will no longer fire the keypress events in content when the key pressed is a non-printable key. This is in response to issues where webmasters would use rudimentary and naïve input-restricting scripts in onkeypress handlers that would not take into account editing keys or navigation keys, causing issues for users trying to enter data into forms (and e.g. finding they could no longer use backspace, cursor keys or tab). This aligns our behavior with other browsers for web compatibility, although it should be considered a website error expecting not all keypresses to be intercepted in keypress events.


Basilisk Browser 2022.11.04 (64-bit)
Fixed:
- a potential heap Use-After-Free risk in Expat
- potentially undefined behavior in our thread locking code
- a potentially exploitable crash in the refresh driver
- potentially undefined behavior when base-64 decoding

- Added detection suport for the newly-released MacOS 13 (Ventura)
- Implemented a texture size cap for WebGL to prevent potential issues with some graphics drivers
- Updated site-specific overrides to address issues with ZoHo
- UXP Mozilla security patch summary: 1 fixed, 2 DiD, 6 not applicable


Basilisk Browser 2022.09.28 (64-bit)
This is a major development, bugfix and security release:
- Note: The default serch engines have changed. Please verify that your configuration still uses your preferred search engine.
- Implemented .at(index) JavaScript method on built-in indexables (Array, String, TypedArray)
- Implemented the use of EventSource in workers
- Enabled the sending of the Origin: header by default on same-origin requests
- Changed how Basilisk is built. We have made build system changes to reduce build times and pressure on the linker on all platforms. Note that Basilisk is not yet built with Visual Studio 2022. This change will be done in the next release
- Changed how Basilisk handles standalone wave audio files (.wav). See implementation notes
- Improved string normalization
- Updated the handling of CSS "supports" to now accept unparenthesized strings (spec update)
- Updated the handling of flex containers in web pages for web compatibility
- Fixed various issues when building for Mac OS X
- Fixed various C++ standard conformance issues in the source code
- Fixed several issues building on SunOS and Linux with various configurations and gcc versions
- Fixed an issue with regular expressions' dotAll syntax and usage. See implementation notes
- Switched custom hash map to std::unordered_map where prudent
- Cleaned up and updated IPC thread locking code
- Removed spacing for accessibility focus rings in form controls to align styling of them with expected metrics
- Removed the unnecessary control module for building with non-standard configurations of the platform
- Removed the -moz prefix from min-content and max-content CSS keywords where it was still in use
- Updated the search engines included with Basilisk. Basilisk now includes the same search engines as Pale Moon
- Fix issue where PDF.js was completely broken in the previous release
- Fixed an important stability and performance issue related to hardware acceleration
- Implemented Global Privacy Control in the Basilisk settings
- Fix issue where the 32-bit Windows installer would not execute on 32-bit Windows systems
- Remove Mozilla related default bookmarks. Update default bookmarks
- Update compatmode override for Firefox to 102.0
- Update user agent overrides to improve compatibility with Facebook
- Security fixes: CVE-2022-40956 and CVE-2022-40958
- UXP Mozilla security patch summary: 2 fixed, 11 not applicable


Basilisk Browser 2022.08.06 (64-bit)
This is a major update:
- Very Important: This is the first public release from the Basilisk Development team. As such, the vendor name in the application has changed. This means the profile directory has changed. See here for more info. You will have to perform a manual update if you are currently running Basilisk 2022.01.27 as it was compiled without an updater.
Note: Many things have changed since 2022.01.27 and 2022.08.06. We've tried to note all changes here but it is very likely something was missed:
- Fixed several application crash scenarios
- Fixed a number of thread locking/mutex issues
- Fixed a leak of content types due to inconsistent error reporting
- Fixed an issue with iframe sandboxing not being properly applied
- Fixed a potential leak of bookmarks from the exported bookmarks file if it included a malicious bookmarklet.
- Fixed an issue with drag-and-drop
- Fixed a potential crash due to truncated WAV files.
- Fixed a memory safety issue with XSLT
- Fixed a potential crash issue on bing.com.
- Fixed some thread locking issues
- Worked around a Mesa driver bug that could cause crashes
- Fixed a potential resource access issue in devtools
- Security issues with CVEs addressed: CVE-2022-1097, CVE-2022-28285 (DiD) and CVE-2022-28283 (DiD).
- Implemented Global Privacy Control, taking the place of the unenforceable "DNT" (Do Not Track) signal. Through GPC, you indicate to websites that you do not want them to share or sell your data.
- Implemented "optional chaining"
- Implemented setBaseAndExtent for text selections
- Implemented queueMicroTask() "pseudo-promise" callbacks
- Implemented accepting unit-less values for rootMargin in Intersection observers for web compatibility, making it act more like CSS margin as one would expect
- Improvements to CSS grid and flexbox rendering and display following spec changes and improving web compatibility
- Improved performance of parallel web workers in JavaScript
- Improved display of cursive scripts (on Windows). Good-bye Comic Sans!
- Updated various in-tree libraries
- Added support for extended VPx codec strings in media delivery via MSE (RFC-6381).
- Fixed a long-time regression where the browser would no longer honor old-style body and iframe body margins when indicated in the HTML tags directly instead of CSS. This improves compatibility with particularly old and/or archived websites.
- Fixed several crashes and stability issues
- Removed all Google SafeBrowsing/URLClassifier service code
- Restored Mac OS X code and buildability in the platform
- Removed the non-standard ArchiveReader DOM API that was only ever a prototype implementation
- Removed most of the last vestiges of the invasive Mozilla Telemetry code from the platform. This potentially improves performance on some systems.
- Removed leftover Electrolysis controls that could sometimes trick parts of the browser into starting in a (very broken) multi-process mode due to some plumbing for it still being present, if users would try to force the issue with preferences. Obviously, this was a footgun for power users.
- Removed more Android/Fennec code (on-going effort to clean up our code).
- Removed the Marionette automated testing framework.
- Security issues addressed: CVE-2022-29915, CVE-2022-29911, and several issues that do not have a CVE number.
- Implemented "nullish coalescing operator" for web compatibility.
- Fixed various crash scenarios in XPCOM.
- Fixed an important stability and performance issue related to hardware acceleration.
- Fixed a long-standing issue where dynamic datalist updates for

































































































































































































































































































































































































































































































































Basilisk Browser 2023.01.07 (64-bit) 相關參考資料
Basilisk & Centaury

2021年1月5日 — Basilisk to otwarta przeglądarka (zaprojektowana prze zespół Pale Moon), bazująca na silniku Goanna, najnowszym i wydajnym kodzie Firefoxa, ...

https://programyzadarmo.net.pl

Basilisk Browser (32-bit) Download (2024 Latest)

2024年2月3日 — Basilisk Browser (32-bit) · Uses Goanna as a layout and rendering engine. · Builds on UXP, XUL platform in development. · Has some long-standing ...

https://www.filehorse.com

Basilisk Browser (64-bit) Download (2024 Latest)

2023年12月12日 — Basilisk Browser 64bit is a free and Open Source XUL-based web browser, featuring the well-known Firefox-style interface and operation.

https://www.filehorse.com

Basilisk Browser 2023.07.18 (64-bit) ソフトウェア情報交換 ...

Basilisk Browser 2023.01.07 (64-bit) This is a major development, bugfix and security release: - Added support for the JPEG-XL image format - Implemented ...

https://jp.winxmac.com

Basilisk Browser 2023.10.03 (64-bit) for Windows 軟體資訊交流

Basilisk Browser 64bit 是一個免費的基於XUL 的開源Web 瀏覽器,具有著名的Firefox 風格的界面和操作。它基於Goanna 佈局和渲染引擎(Gecko 的分支),並基於Unified ...

https://winxmac.com

Basilisk Browser Versions For Windows

Versions of Basilisk Browser 64-bit. Basilisk Browser. Latest Update (FREE APPLICATION) (Version-2023.11.05). Basilisk Browser is Newest Full-featured Open ...

https://softalif.com

Basilisk Browser | Page 5

2017年11月17日 — guest Guest. Basilisk Browser 2023.01.07 Released (January 7, 2023). This is a major development, bugfix and security release. Click to expand ...

https://www.wilderssecurity.co

My Browser Builds (Part 4)

2022年10月28日 — ... 2023.01.07 [355d781be] (win_x86_exe) [debug] Python 3.7.1 (CPython ... But I want to test this yt-dlp build a bit further before linking it here.

https://msfn.org

Scholl fodfil Unbearable awareness is

Vivaldi für Android: Bleiben Sie im Browser und verwenden Sie die neuen Tab-Optionen.. ... Razer Basilisk V3 Pro, el análisis del ratón gaming definitivo. . 7 ...

https://m.startribune.com

軟體下載Basilisk Browser 2023.11.05 (64-bit) Download

2023年11月5日 — Basilisk Browser 2023.01.07 (64-bit) This is a major development, bugfix and security release: - Added support for the JPEG-XL image format

https://software.todohealth.co