Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/spfx/debug-modern-pages.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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`).
>
Expand Down