We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can’t distribute the .exe as-is, as I need to run this to ensure loopback support from UWP contexts:
CheckNetIsolation.exe LoopbackExempt -a -n="Microsoft.Win32WebViewHost_cw5n1h2txyewy"
(see Accessing localhost on Windows on webview/webview’s README)
I should take advantage of this to also ask for a location to store configuration data
(and maybe separate portfolio-database/ and ui_state.json from settings.json)
portfolio-database/
ui_state.json
settings.json
The text was updated successfully, but these errors were encountered:
gwennlbh
No branches or pull requests
I can’t distribute the .exe as-is, as I need to run this to ensure loopback support from UWP contexts:
(see Accessing localhost on Windows on webview/webview’s README)
I should take advantage of this to also ask for a location to store configuration data
(and maybe separate
portfolio-database/
andui_state.json
fromsettings.json
)The text was updated successfully, but these errors were encountered: