Recommended Posts

6 hours ago, George P said:

Anyone check out Edge in the newest 14366 insider build?  I know there's that new Office Online extension for it, anything else?

Quote

Performance and security matter to everyone. Better page load performance improves the user’s experience and influences their choice over which web pages to use. At the same time, users just expect their browsing experience to be secure and private. With TCP Fast Open, TLS False Start, and TLS 1.3, we can improve both performance and security.

Today, we’re introducing support for TCP Fast Open in Microsoft Edge behind an about:flags setting in Windows Insider Preview builds, starting with EdgeHTML 14.14361 and higher. Try it out and let us know what you think!

The road to TLS 1.3

We trust the internet with our most important information, including financial data.  Ensuring the integrity and security of these transactions is critical to the entire community.  More than half of web connections use TLS for securing the network traffic on the web, and this number grows every day. This is great for security and privacy, but we would like to deploy encryption without slowing down the web. Modern encryption itself is very fast, but requires negotiating keys to establish a connection before fetching page resources.  Each extra exchange through the network delays the connection by one “round trip time” (RTT).

With current standards, connections requiring TLS over TCP require round trips to the server (3-RTT) to negotiate—1 for TCP and 2 for TLS—before starting sending something useful, like the first HTTP GET command. This gets even more problematic when sites split content across multiple domains.  In practice, adding encryption adds delays in the range of hundreds of milliseconds to the page load time. Research shows that even 250ms delay is enough for a user to consider trying another website.

The good news is that a new standard, TLS 1.3, will allow developers to eliminate that delay in most cases while still encrypting content. That means delivering better performance and security in Microsoft Edge, using modern encryption on top of the continually improved TCP stack. TLS 1.3 is working through the standardization track now, and the IETF expects to publish it this summer. But even without TLS 1.3, we can combine TCP Fast Open and the TLS False Start option, and reduce the delay from 3-RTT to 1-RTT. Even reducing your page load time by an average of 50 milliseconds will contribute to a better browsing experience.

Full handshake with TCP and TLS

The current TCP and TLS standards require 3 roundtrips to the server (3-RTT).  The first round trip is where we negotiate the TCP connection parameters. In the second roundtrip, the client and server exchange TLS messages starting with Client Hello and Server Hello to agree on parameters and keys of the connection. The last roundtrip includes the verification of the TLS handshake integrity through the Client and Server Finished messages.

Diagram illustrating a full handshake with TLS, requiring three roundtrips.

Full Handshake – TLS 1.0, 1.1, 1.2

Achieving 1-RTT with TLS False Start and TCP Fast Open

The first improvement comes from the TLS False Start option, which allows the client to start sending encrypted data immediately after the first TLS roundtrip. With that, we are down to 1-RTT for TLS, or 2-RTT if we count the TCP connection. We have already enabled TLS False Start in Microsoft Edge, with a set of strong cipher suites.

Diagram illustrating an improved handshake with TLS False Start, which reduces the roundtrip time to 2-RTTs.

TLS False Start – TLS 1.0, 1.1, 1.2

The next improvement comes from the TCP Fast Open procedure, defined in RFC 7413. The RFC defines a new TCP option, containing a “Fast Open Cookie.” When a “Fast Open capable” client connects to a server for the first time, it inserts an empty cookie in the initial TCP SYN message, prompting the server to send back a valid cookie in the response. For the subsequent connections, the client copies the cookie in the TCP SYN message, and then sends data immediately. If the server recognizes the data as valid, it will accept the data and pass them to the application. When TCP Fast Open is enabled, data can be sent before the connection complete, and the responses will arrive immediately. When we combine TCP Fast Open and TLS False Start, the key negotiation is performed simultaneously with the initial TCP handshake. There is just 1-RTT before the HTTP traffic starts.

Diagram illustrating the combination of TCP Fase Open and TLS False Start, which allows the key negotiation to be performed simultaneously with the TCP handshake, resulting in just 1-RTT.

TLS False Start with TCP Fast Open

What’s next: 0-RTT with TLS 1.3

TCP Fast Open is available behind an about:flags setting in Microsoft Edge in Windows Insider Preview builds 14352 and higher. You can manage the TCP Fast Open setting by navigating to about:flags in the address bar. TCP Fast Open is currently off by default in Microsoft Edge for “HTTPS” connections, but we may adjust this in future preview builds in order to get more telemetry data.

Screen capture showing the TCP Fast Open toggle under "Networking" in about:flags.

TCP Fast Open can be managed via about:flags in Microsoft Edge

The next stage in our journey is to move from 1-RTT to 0-RTT using TLS 1.3. It turns out that doing 0-RTT safely is quite tricky—all 0-RTT solutions require sending key material and encrypted data from the client without waiting for any feedback from the sender. At a minimum, that means that adversaries can capture and replay the messages, which implies that the feature has to be used with great care. In addition to that, there are many potential pitfalls, such as compromising privacy by carrying identifiers in clear text in the Hello message, or risking future compromise if the initial encryption depends on a server public key. The IETF working group is working through these issues now, and as they are resolved we expect to see adoption calls this summer and publication of the standard a few months later.

Diagram showing TLS 1.3 Session Resume combined with TCP Fast Open for 0-RTT handshakes.

TLS 1.3 Session Resume combined with TCP Fast Open

We know performance and security matter to our users and we’re committed to delivering a 0-RTT experience in Microsoft Edge through HTTP 2.0, TLS 1.3, TCP Fast Open, and TLS False Start. We’re also going to continue to work with industry leaders and experts in the standards bodies to build an interoperable TLS 1.3 solution for the web. You can try TCP Fast Open and TLS False Start on Windows Insider Preview builds today

 

  • 1 month later...
  • 1 month later...

PSA,

Current version of uBlock for Edge makes certain pages become downloads instead of being loaded in the browser.

 

EDIT:

uBlock Issue - https://github.com/nikrolls/uBlock-Edge/issues/45

Edge Bug - https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8796739/

  • 1 year later...

This topic hasn't been updated in quite some time it seems, shame really as I use Edge along with Vivaldi on my systems.  The newest version, 42.17134.1.0 that comes with the April 2018 update is a very nice improvement over the one before.  Still, the only issue I keep having, at least on my desktop, doesn't happen on my laptop though, is on the front page of Neowin.  If I go into a FP post with lots of comments and try to replay the page UI will lock up, can't scroll up or down.   Edge itself keeps working fine, I'm just forced to reload the page.   Only on posts with 20-30+ comments, when it's only a handful it doesn't happen.  Also it doesn't happen on my laptop, but that could also be because I don't open anywhere near the number of tabs on that compared to my desktop, so that could come into play.

17 hours ago, George P said:

This topic hasn't been updated in quite some time it seems, shame really as I use Edge along with Vivaldi on my systems.  The newest version, 42.17134.1.0 that comes with the April 2018 update is a very nice improvement over the one before.  Still, the only issue I keep having, at least on my desktop, doesn't happen on my laptop though, is on the front page of Neowin.  If I go into a FP post with lots of comments and try to replay the page UI will lock up, can't scroll up or down.   Edge itself keeps working fine, I'm just forced to reload the page.   Only on posts with 20-30+ comments, when it's only a handful it doesn't happen.  Also it doesn't happen on my laptop, but that could also be because I don't open anywhere near the number of tabs on that compared to my desktop, so that could come into play.

This issue was already discussed somewhere on this forum or else.

 

It is due to adblocking extension in Edge. I would recommend that you try after disable and try it.

2 hours ago, Zlip792 said:

This issue was already discussed somewhere on this forum or else.

 

It is due to adblocking extension in Edge. I would recommend that you try after disable and try it.

That's what I thought as well, but I only have lastpass installed.   Maybe after the uninstall I'll have to restart edge though, which I didn't do yet, and see how it goes.

42 minutes ago, George P said:

That's what I thought as well, but I only have lastpass installed.   Maybe after the uninstall I'll have to restart edge though, which I didn't do yet, and see how it goes.

Can you check, which about:flags are enabled?

 

Further, you can unlock more settings in the about:flags by pressing "Ctrl+Shift+D" and ensure that it is configured to 'Release'. For testing, try with 'Canary' as well.

 

Link - https://www.askvg.com/windows-10-tip-enable-hidden-diagnostics-options-on-about-flags-page-in-microsoft-edge/

16 minutes ago, Zlip792 said:

Can you check, which about:flags are enabled?

 

Further, you can unlock more settings in the about:flags by pressing "Ctrl+Shift+D" and ensure that it is configured to 'Release'. For testing, try with 'Canary' as well.

 

Link - https://www.askvg.com/windows-10-tip-enable-hidden-diagnostics-options-on-about-flags-page-in-microsoft-edge/

Ok, let me check those and list them, or at least compare them to the settings in Edge on my laptop which doesn't seem to have this issue.  I'll report back.

6 minutes ago, George P said:

Ok, let me check those and list them, or at least compare them to the settings in Edge on my laptop which doesn't seem to have this issue.  I'll report back.

Further, can you give me following information?

 

- Front Page reproducible link?

- Antivirus (if different on both - whether HTTPS inspection is enabled or not)

- Addons on both?

- GPU and driver version?

 

Most probable culprit from my perspective could be GPU or HTTPS inspection. If you share the link, I will try to reproduce on my work laptop and see. (Don't have access to any other system - since I am out for project in another country since August 2017). ??

2 minutes ago, Zlip792 said:

Further, can you give me following information?

 

- Front Page reproducible link?

- Antivirus (if different on both - whether HTTPS inspection is enabled or not)

- Addons on both?

- GPU and driver version?

 

Most probable culprit from my perspective could be GPU or HTTPS inspection. If you share the link, I will try to reproduce on my work laptop and see. (Don't have access to any other system - since I am out for project in another country since August 2017). ??

Ok, I figured out what the issue is exactly and it might be a bug specific to neowin because I haven't had this happen on other sites.   On my desktop I use a default zoom level of 150%, helps me with reading text, on neowin if I use a lower zoom level, like the default 100% or 125%, no front page lock, page works fine.  Once I raise it to 150% and try to reply to a post on FP, it'll lock.  So maybe it's the zooming/scaling side + my older gfx drivers?   I figure for now I can just reduce the zoom level to 125% on the front page if I have to to work around it.

1 hour ago, George P said:

Ok, I figured out what the issue is exactly and it might be a bug specific to neowin because I haven't had this happen on other sites.   On my desktop I use a default zoom level of 150%, helps me with reading text, on neowin if I use a lower zoom level, like the default 100% or 125%, no front page lock, page works fine.  Once I raise it to 150% and try to reply to a post on FP, it'll lock.  So maybe it's the zooming/scaling side + my older gfx drivers?   I figure for now I can just reduce the zoom level to 125% on the front page if I have to to work around it.

It is more likely related to Edge - Paint or Layout performance issue + Old GFX driver issue.

 

I will recommend you to update the GFX drivers to get smooth experience and optimal performance.

4 minutes ago, Zlip792 said:

It is more likely related to Edge - Paint or Layout performance issue + Old GFX driver issue.

 

I will recommend you to update the GFX drivers to get smooth experience and optimal performance.

Yeah, I'll upgrade drivers and see how it goes.  Thanks for helping out. 

  • 11 months later...

So since the new chromium based Edge is still Edge I suppose we don't need a whole new topic for it.  

 

Anyways, I'm on Canary and the version was just bumped up to 75.0.124.0 for those who are keeping track.

  • 3 weeks later...

Been using the dev Edge for a week or two now and am actually really pleased with it.. seems very fast and free of "cruft". To be honest if I could have imagined a perfect browser it would have been Chrome based but without all of Google's bolt-in's so I guess it's perfect for me. Also rather awesome that it'll be coming to macOS as I use that too so... will be able to keep both browsers sync'd up in terms of bookmarks, settings, etc :)

  • Like 1

I hope they change their mind on Linux support at some point as I still say that's a huge missed opportunity. If they don't want to upkeep multiple Linux repositories they could package it as a SNAP app or something.

3 hours ago, Brandon H said:

I hope they change their mind on Linux support at some point as I still say that's a huge missed opportunity. If they don't want to upkeep multiple Linux repositories they could package it as a SNAP app or something.

Have they officially said no Linux version ever?  Or just that it's not in the plan right now?  Because I can see them releasing one later, maybe going off of the macOS version which is probably a good starting point code wise compared to the Windows version.   They'll have to add more features before they should expand it to more platforms.

 

Speaking of which, anyone on the newest Canary build?  76.0.141.0?   My youtube kb controls are borked with this version it seems.  I used to be able to use the arrow keys for volume and skip forward, back.  Now volume works, sometimes, but hitting the right arrow doesn't skip the video ahead anymore.  It's so annoying right now.

 

*edit* Well, heck, right after I posted this I checked for a newer build and am now on 76.0.144.0 and it's working again.  

8 minutes ago, George P said:

Have they officially said no Linux version ever? 

not specifically but announced support is only as follows:

 

WIndows 7/8.1/10

MacOS - coming soon

 

and Android/iOS mobile apps are being updated to make syncing compatible but not much else at this time

6 hours ago, Brandon H said:

I hope they change their mind on Linux support at some point as I still say that's a huge missed opportunity. If they don't want to upkeep multiple Linux repositories they could package it as a SNAP app or something.

 

Agreed... it'd be pretty awesome on Linux. They're already doing other products for Linux (e.g. Visual Studio Code) - doesn't seem like a browser based on something already available on Linux would be such a massive stretch. 

14 hours ago, George P said:

Have they officially said no Linux version ever?  Or just that it's not in the plan right now?  Because I can see them releasing one later, maybe going off of the macOS version which is probably a good starting point code wise compared to the Windows version.   They'll have to add more features before they should expand it to more platforms.

 

Speaking of which, anyone on the newest Canary build?  76.0.141.0?   My youtube kb controls are borked with this version it seems.  I used to be able to use the arrow keys for volume and skip forward, back.  Now volume works, sometimes, but hitting the right arrow doesn't skip the video ahead anymore.  It's so annoying right now.

 

*edit* Well, heck, right after I posted this I checked for a newer build and am now on 76.0.144.0 and it's working again.  

 

Yeah I noticed the cursor keys issue too, reported it using the tool. On mine, pressing the cursor keys throws the cursor into the address bar, especially annoying when you are navigating a comment you are creating and forget.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Posts

    • Microsoft Teams is getting a controversial location tracking feature that users may hate by Usama Jawad Image generated with Microsoft Copilot Earlier this year, Microsoft planned to roll out a controversial location tracking feature in Teams, but following customer feedback, it decided to delay its release. The bad news is that the company has decided to launch it later this year, but it's based on roughly the same design that was shared earlier, which means that many users still have good reason to worry. Basically, Microsoft Places and Teams have received workplace check-ins via Wi-Fi. The idea is that if an employee arrives at the office and connects to their enterprise network, their profile status indicator will show them as being present in the office. For example, if you arrive at work, open Teams on your PC, and connect to the "Studio B" company Wi-Fi network, your Teams profile will indicate that you are present in "Studio B", as shown below: Microsoft says that this feature is basically a replacement for physical workplace check-in peripherals, it reduces the need to manually update your status, and it also enables co-workers to know that you're at work so that they can coordinate in-person meetings with you. IT admins can enable this workplace check-in capability at a tenant level, and users have the ability to control whether they want to enable it or not. Of course, all of that sounds great on paper, but naturally, many Teams customers may still have concerns, as they did before. This is because it enables your reporting manager and other members of the organization to track if you are at the office, when you arrive at the office, and where you are right now. This could be problematic for people who work in what they consider to be flexible work environments or hybrid setups, and this kind of location tracking could be considered an invasion of privacy. Microsoft has tried to alleviate some of these concerns by letting users know that they can manually set their location easily, which essentially overrides workplace check-in if they feel uncomfortable with it. However, that doesn't really solve the problem because your organization could enforce a workplace policy that mandates that this feature remains enabled. The Redmond tech giant has also assured users that this capability does not store historical data and is only a real-time indicator of location. Finally, it only generates a signal when you connect to a corporate network, which means that if you are working from home and connect your PC to your personal Wi-Fi, it won't broadcast your location to your employer; you will simply be shown as "Remote". Microsoft has encouraged IT admins to prepare for this change and begin informing users so they know what to expect once it begins rolling out later this year.
    • Wow, Microsoft IS cooking lately... This only shows that they COULD improve, they just chose not to for whatever reasons. That obsession with AI was destroying them from the inside out.
    • BATorrent 4.1.0 by Razvan Serea BATorrent is a lightweight, open-source BitTorrent client built with modern C++ and Qt 6, offering a clean, fast, and privacy-focused alternative to traditional torrent apps. It supports magnet links, .torrent files, resume data, sequential downloading, per-file priorities, and even imports from qBittorrent. Power users benefit from integrated RSS auto-download with regex filtering, duplicate detection, and automatic tracker lists from Stremio. Streaming is seamless thanks to auto-detected players like VLC and IINA. BATorrent includes robust VPN tools—interface binding, auto-detection for WireGuard-based services like Mullvad and NordLynx, kill switch, proxy support, and IP filtering. A full WebUI enables remote control, while integrations with Plex, Jellyfin, and Emby automate library updates. With themes, speed scheduling, system-tray alerts, and cross-platform support for Windows, Linux, and macOS, BATorrent delivers a polished, high-performance torrenting experience. BATorrent features: Core .torrent file and magnet link support Resume data — picks up where you left off after restart Import torrents from qBittorrent Create .torrent files from any file or folder Sequential download mode Per-file priority control (skip, low, normal, high) Seed ratio limits with auto-pause DHT, PEX, UPnP, NAT-PMP RSS Auto-Download Subscribe to RSS feeds — automatically download new torrents as they appear Regex filters — match only what you want (e.g. 1080p|720p, S01E\d+) Per-feed settings — custom save path, check interval (5–1440 min), enable/disable Auto-download — matched items are downloaded automatically in the background Supports magnet links, .torrent URLs, and tags Tray notifications when items are auto-downloaded Duplicate detection — never downloads the same item twice Stremio Stremio Addon System pre-installed — works out of the box Auto tracker list from ngosang/trackerslist Streaming Play while downloading — stream video files before the download is complete Supports mp4, mkv, avi, mov, wmv, flv, webm, m4v, ts Auto-detects installed players (VLC, IINA, system default) VPN & Privacy Interface binding — lock torrent traffic to a specific network interface (e.g. tun0) Auto VPN detection — identifies VPN interfaces (tun, tap, WireGuard, Mullvad, NordLynx, ProtonVPN) Kill switch — automatically pauses all torrents if the VPN interface drops Auto-resume — resumes only the torrents paused by the kill switch when VPN reconnects Proxy support — SOCKS5 and HTTP proxy with optional authentication IP filtering — load P2P blocklists to block unwanted IP ranges Protocol encryption (enabled / forced / disabled) WebUI Remote management — control torrents from any browser at http://localhost:8080 REST API with JSON responses Add torrents via magnet link or .torrent upload Pause, resume, remove torrents remotely View peers and files per torrent Dark theme matching the desktop app HTTP Basic Auth with SHA-256 password hashing Configurable port and remote access (localhost vs 0.0.0.0) Interface 3 themes: Dark, Light, Midnight (bat/vampire aesthetic) Real-time speed graph Detailed panel with tabs: General, Peers, Files, Trackers Filter bar: search by name, filter by state (Active, Downloading, Seeding, Paused, Finished) Drag & drop .torrent files and magnet links Drag & drop reorder in torrent list System tray with notifications (download complete, kill switch events, RSS auto-downloads) Splash screen with bat animation Bilingual: English and Portuguese (BR), auto-detected from system locale Bandwidth Scheduler Alternative speed limits — set different download/upload limits on a schedule Time range — configure active hours (e.g. 01:00 to 07:00), supports overnight ranges Per-day control — choose which days of the week the schedule applies Automatically switches between normal and alternative speeds Media Server Integration Plex — automatically trigger library scan when a download completes Jellyfin / Emby — same automatic library refresh via API Configure server URL and authentication token/key in Settings System Cross-platform: Windows, Linux, macOS Auto-shutdown — automatically shut down PC when all downloads complete (60s cancellable countdown) Auto-update system (AppImage on Linux, installer on Windows, DMG on macOS) CLI arguments: pass .torrent files or magnet: URIs directly Keyboard shortcuts: Space to toggle pause, Ctrl+A to select all, Ctrl+O to open BATorrent 4.1.0 release notes: A community-driven release: everything here came straight from your reports and requests. It closes the remaining gaps with qBittorrent and fixes the Windows settings/tray/splash issues several of you hit. Fixed Settings now actually save. A whole class of preferences — speed limits (and the alternative limits), max active downloads, seed ratio, listen port, max connections, DHT/uTP/encryption, VPN interface, kill switch and proxy — weren't being persisted and reset to defaults on every launch. They now round-trip correctly. (Thanks to everyone who reported "the upload limit always goes back to 0".) Splash and tray toggles stick on Windows. Turning off the startup animation (or "close to tray") no longer reverts — the Windows registry stored these booleans as integers and the UI was misreading them. Close-to-tray hint. The first time the window hides to the tray you get a one-time notification, so the app doesn't look like it vanished (Windows 11 tucks new tray icons into the overflow). macOS Dock icon size. The icon filled its canvas edge-to-edge and rendered larger than neighbouring apps; it now uses the standard safe-area padding. Native file picker language. The "Torrent file / All files" filter in the open dialog follows the app language instead of being hard-coded. Added — qBittorrent parity Alternative speed limits toggle — a turtle button in the toolbar flips your throttled limits on/off instantly, independent of the scheduler. Follow system theme — switch light/dark automatically with the OS (Settings → Appearance). Pre-allocate disk space — reserve the full file size up front to reduce fragmentation (Settings → Downloads). Recheck data on add — optionally force a hash check when adding a torrent, so existing or partial files on disk are detected. Port status indicator — a 🔴 dot in the status bar shows whether your listen port looks reachable (UPnP/NAT-PMP + listen state; fully local, no external check). Add torrent from URL — File → Add torrent from URL (Ctrl+U) fetches a remote .torrent and routes it through the normal add dialog. Export .torrent — right-click a torrent → Export .torrent to save its metadata file. Already there (in case you missed it) Watch folder — auto-add .torrent files dropped into a monitored directory (Settings → Files). This release just surfaces it. Incomplete files already carry a .!bt suffix until they finish. Under the hood Regression tests for the settings-persistence and Windows boolean bugs. A new Qt Quick Test harness covering the startup splash and the design-system widgets. Download: BATorrent 4.1.0 | 37.5 MB (Open Source) Download: BATorrent Portable | 51.7 MB Links: BATorrent Website | Screenshot | Changelog Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Very Popular
      AndrewSteel earned a badge
      Very Popular
    • Veteran
      Taliseian went up a rank
      Veteran
    • One Month Later
      Clizby earned a badge
      One Month Later
    • One Month Later
      Timaximus earned a badge
      One Month Later
    • Week One Done
      Timaximus earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      517
    2. 2
      +Edouard
      163
    3. 3
      PsYcHoKiLLa
      162
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      78
  • Tell a friend

    Love Neowin? Tell a friend!