Skip to content

Commit 934dc81

Browse files
Merge pull request #3733 from MicrosoftDocs/main
main to live - Feb 26, 2026
2 parents 819c4a5 + 4271de2 commit 934dc81

File tree

5 files changed

+782
-69
lines changed

5 files changed

+782
-69
lines changed

microsoft-edge/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1664,6 +1664,9 @@
16641664

16651665
- name: Develop secure WebView2 apps
16661666
href: ./webview2/concepts/security.md
1667+
1668+
- name: Prevent security tools from blocking WebView2-hosted apps
1669+
href: ./webview2/concepts/measures.md
16671670
# -----------------------------------------------------------------------------
16681671
- name: Test and automation for WebView2 apps
16691672
items:

microsoft-edge/webview2/concepts/distribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ To use the Fixed Version distribution mode:
258258

259259
1. Indicate the path to the Fixed Version binaries when creating the WebView2 environment.
260260

261-
* For Win32 C/C++, you can create the environment using the [CreateCoreWebView2EnvironmentWithOptions](/microsoft-edge/webview2/reference/win32/webview2-idl#createcorewebview2environmentwithoptions) function. Use the `browserExecutableFolder` parameter to indicate the path to the folder that contains `msedgewebview2.exe`.
261+
* For Win32 C/C++, you can create the environment using the [CreateCoreWebView2EnvironmentWithOptions](/microsoft-edge/webview2/reference/win32/webview2-idl#createcorewebview2environmentwithoptions) function. Use the `browserExecutableFolder` parameter to indicate the path to the folder that contains the WebView2 runtime (`msedgewebview2.exe`).
262262

263263
* For .NET, you must specify the environment before the WebView2 `Source` property takes effect. For .NET, you can use either of the following approaches to specify the environment:
264264

microsoft-edge/webview2/concepts/end-user-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ WebView2 is a way for app developers to embed web content (such as HTML, JavaScr
2323
<!-- ====================================================================== -->
2424
## What's the purpose of the WebView2 executable?
2525

26-
WebView2 (`msedgewebview2.exe`) is a Microsoft product that is updated automatically (by using the _Evergreen_ distribution method) to ensure that your applications have the latest feature support and security fixes.
26+
The WebView2 executable (`msedgewebview2.exe`) is a Microsoft product that is updated automatically (by using the _Evergreen_ distribution method) to ensure that your applications have the latest feature support and security fixes.
2727

2828
Most people will see WebView2 used by Widgets, Teams, Office, Outlook, Weather, and many more applications. Any application can use WebView2.
2929

0 commit comments

Comments
 (0)