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 withou...
Erik Christianson
Dec 14, 2023Copper Contributor
I know this is old, but
New-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\MicrosoftEdge" -Name "InsecureContentAllowedForUrls" -Value "[webview's url].com/*"
New-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\MicrosoftEdge" -Name "InsecureContentAllowedForUrls" -Value "[webview's url].com/*"