mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Unable to disable WebSecurity along with NodeIntegration enabled #477
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @drozdzamadeusz on GitHub (Apr 23, 2020).
Originally assigned to: @GregorBiswanger on GitHub.
Setting
NodeIntegrationtotrueresults in overwriting all other options inWebPreferencesto its defaults. So it is impossible to useNodeIntegration = truealong withWebSecurity = false, becauseWebSecurityvalue will be ignored.Steps to Reproduce:
This can be reproduced using simple new generated electron app
@GregorBiswanger commented on GitHub (Apr 24, 2020):
Fixed! Will be released with Electron.NET version 8.31.1.