[PR #467] [MERGED] fix ERR_UNKNOWN_URL_SCHEME by intercepting file:// protocol #1190

Open
opened 2026-01-29 16:58:15 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ElectronNET/Electron.NET/pull/467
Author: @duncanawoods
Created: 8/13/2020
Status: Merged
Merged: 8/14/2020
Merged by: @GregorBiswanger

Base: masterHead: fix_ERR_UNKNOWN_URL_SCHEME


📝 Commits (1)

  • a49b2ce fix ERR_UNKNOWN_URL_SCHEME by intercepting file:// protocol

📊 Changes

1 file changed (+10 additions, -1 deletions)

View changed files

📝 ElectronNET.Host/main.js (+10 -1)

📄 Description

Fix for #466 using suggestion from: https://github.com/electron/electron/issues/23757

You can test using the MyMusicPlayer sample.

I am happy to make any desired changes.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ElectronNET/Electron.NET/pull/467 **Author:** [@duncanawoods](https://github.com/duncanawoods) **Created:** 8/13/2020 **Status:** ✅ Merged **Merged:** 8/14/2020 **Merged by:** [@GregorBiswanger](https://github.com/GregorBiswanger) **Base:** `master` ← **Head:** `fix_ERR_UNKNOWN_URL_SCHEME` --- ### 📝 Commits (1) - [`a49b2ce`](https://github.com/ElectronNET/Electron.NET/commit/a49b2ce278a8c3fd6ba8852e1666d2de91ee02c8) fix ERR_UNKNOWN_URL_SCHEME by intercepting file:// protocol ### 📊 Changes **1 file changed** (+10 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `ElectronNET.Host/main.js` (+10 -1) </details> ### 📄 Description Fix for #466 using suggestion from: https://github.com/electron/electron/issues/23757 You can test using the MyMusicPlayer sample. I am happy to make any desired changes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:58:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1190