From be9721366cb08c2c8c205eca117a7b847befcddc Mon Sep 17 00:00:00 2001 From: Anthony Poulin Date: Fri, 21 Nov 2025 09:22:14 -0500 Subject: [PATCH 1/3] Updated note to reference correct chromium release --- docs/spfx/debug-modern-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spfx/debug-modern-pages.md b/docs/spfx/debug-modern-pages.md index 96678b81a..4d2f18c9a 100644 --- a/docs/spfx/debug-modern-pages.md +++ b/docs/spfx/debug-modern-pages.md @@ -122,7 +122,7 @@ https://contoso.sharepoint.com/sites/team-a/sitepages/news.aspx > The development URL was changed in the SPFx v1.21 release from `https://localhost:4321/temp/manifests.js` to `https://localhost:4321/temp/build/manifests.js`. > [!NOTE] -> Starting with **Chromium 141**, browsers such as **Microsoft Edge** and **Google Chrome** enforce a new security model called **Local Network Access**. +> Starting with **Chromium 142**, browsers such as **Microsoft Edge** and **Google Chrome** enforce a new security model called **Local Network Access**. > > When debugging SPFx solutions, SharePoint Online must load resources from your local development environment (such as `https://localhost:4321`). > From 4f9de69f022674da8356aaeac8e1cbd12080ab8b Mon Sep 17 00:00:00 2001 From: Anthony Poulin Date: Fri, 21 Nov 2025 09:26:56 -0500 Subject: [PATCH 2/3] Updated date --- docs/spfx/debug-modern-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spfx/debug-modern-pages.md b/docs/spfx/debug-modern-pages.md index 4d2f18c9a..e7913ccc0 100644 --- a/docs/spfx/debug-modern-pages.md +++ b/docs/spfx/debug-modern-pages.md @@ -1,7 +1,7 @@ --- title: Debug SharePoint Framework solutions on modern SharePoint pages description: Guidance on how to debug SharePoint Framework solutions on modern SharePoint pages -ms.date: 11/14/2025 +ms.date: 11/21/2025 ms.localizationpriority: high --- # Debug SharePoint Framework solutions on modern SharePoint pages From b23095fe64da0cd0b0871975f3344337c4999e9f Mon Sep 17 00:00:00 2001 From: Andrew Connell Date: Wed, 26 Nov 2025 06:32:18 -0500 Subject: [PATCH 3/3] feat: add reference link for more detal Updated the document to include guidance on debugging SharePoint Framework solutions on modern SharePoint pages, including configurations and examples. --- docs/spfx/debug-modern-pages.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/spfx/debug-modern-pages.md b/docs/spfx/debug-modern-pages.md index e7913ccc0..5bbf70fe6 100644 --- a/docs/spfx/debug-modern-pages.md +++ b/docs/spfx/debug-modern-pages.md @@ -122,7 +122,7 @@ https://contoso.sharepoint.com/sites/team-a/sitepages/news.aspx > The development URL was changed in the SPFx v1.21 release from `https://localhost:4321/temp/manifests.js` to `https://localhost:4321/temp/build/manifests.js`. > [!NOTE] -> Starting with **Chromium 142**, browsers such as **Microsoft Edge** and **Google Chrome** enforce a new security model called **Local Network Access**. +> Starting with **Chromium 142**, browsers such as **Microsoft Edge** and **Google Chrome** enforce a new security model called **Local Network Access**. Learn more in the Chromium release notes: [Chrome 142 | Release notes: Security - Local network access restrictions](https://developer.chrome.com/release-notes/142#local_network_access_restrictions). > > When debugging SPFx solutions, SharePoint Online must load resources from your local development environment (such as `https://localhost:4321`). > @@ -336,3 +336,4 @@ This approach should only be used when you're in development mode. If you deploy - [Yeoman generator for the SharePoint Framework](yeoman-generator-for-spfx-intro.md) - [SharePoint Framework Overview](sharepoint-framework-overview.md) +