Forum Discussion
eworbit
Sep 14, 2021Copper Contributor
Webview2's equivalent to edge://settings/content/insecureContent ?
Programs that use Webview is not honoring the setting placed inside of edge://settings/content/insecureContent.
Does Webview have it's own settings area so that http:// (not s) can be done without the warning message? Ie. for use with internal ip servers, etc.
1 Reply
Sort By
- Erik ChristiansonCopper ContributorI know this is old, but
New-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\MicrosoftEdge" -Name "InsecureContentAllowedForUrls" -Value "[webview's url].com/*"