Skip to content

Commit 4271de2

Browse files
authored
New article "Prevent security tools from blocking WV2-hosted apps" (#3729)
* the draft doc * swap toc * initial content dev pass * localtoc, h2 see also * ** * not row * merge sections * localtoc * audiences * localtoc * linkfix * reseq h2s * localtoc * streamline Troubleshooting heading * put Tools h2s adjacent * localtoc indents * disclaimer audience * 2 recomm = 2 para * incorp rvw * localtoc * incorp rvw 2 * local toc * date * linkfix * convert disclaimer to best practice * linkfix * tech key words in headings * inc rvw 3 * localtoc * don't modify
1 parent 3ad0d36 commit 4271de2

File tree

4 files changed

+703
-2
lines changed

4 files changed

+703
-2
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)